Html Css Color HEX #527667 Cutty Sark

📋 copy color: '#527667'

red 82 ◦ green 118 ◦ blue 103

#527667
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cutty Sark #527667

Tints of Cutty Sark #527667

RGB

 RED value IS 82 (32.42% from 255) = 27.06%

 GREEN value IS 118 (46.48% from 255) = 38.94%

 BLUE value IS 103 (40.63% from 255) = 33.99%

R = 27.06%
G = 38.94%
B = 33.99%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.13

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#527667 (or 0x527667) is known color: Cutty Sark. HEX triplet: 52, 76 and 67. RGB value is (82,118,103). Sum of RGB (Red+Green+Blue) = 82+118+103=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 118 - color contains mainly: green. Hex color #527667 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527667 is #AD8998. Grayscale: #696969. Windows color (decimal): -11372953 or 6780498. OLE color: 6780498.

HSL color Cylindrical-coordinate representation of color #527667: hue angle of 155º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #527667 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 118 103 -
CMYK 0.31 0 0.13 0.54
HSL 155º 0.18% 0.39% -
HSV(B) 155º 0.31% 0.46% -
XYZ 12.41 15.73 15.21 -
YUV 105.53 126.57 111.22 -
System Red Green Blue C M Y K H S L
Decimal 82 118 103 0.31 0 0.13 0.54 155 0.18 0.39
Hex 52 76 67 1F 0 D 36 9B 12 27
Octal 122 166 147 37 0 15 66 233 22 47
Binary 1010010 1110110 1100111 11111 0 1101 110110 10011011 10010 100111

Color Harmonies of #527667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527667

Black with #527667

Text Example


Text Example

White with #527667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527667; }

 p { color: rgb(82,118,103); }

 H1.HeaderClassName
 {
   color: #527667;
 }
 .AnyTagClassName
 {
   color: #527667;
 }
</style>

background-color css

<style>
 a { background-color: #527667; }

 a { background-color: rgb(82,118,103); }

 div.DivClassName
 {
   background-color: #527667;
 }
 .BgClassName
 {
   background-color: #527667;
 }
</style>

border-color css

<style>
 span { border-color: #527667; }

 span { border-color: rgb(82,118,103); }

 td.TdClassName
 {
   border-color: #527667;
 }
 .TagClassName
 {
   border-color: #527667;
 }
</style>