Html Css Color HEX #567066 Cutty Sark

📋 copy color: '#567066'

red 86 ◦ green 112 ◦ blue 102

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

Shades of Cutty Sark #567066

Tints of Cutty Sark #567066

RGB

 RED value IS 86 (33.98% from 255) = 28.67%

 GREEN value IS 112 (44.14% from 255) = 37.33%

 BLUE value IS 102 (40.23% from 255) = 34%

R = 28.67%
G = 37.33%
B = 34%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#567066 (or 0x567066) is known color: Cutty Sark. HEX triplet: 56, 70 and 66. RGB value is (86,112,102). Sum of RGB (Red+Green+Blue) = 86+112+102=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 112 - color contains mainly: green. Hex color #567066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567066 is #A98F99. Grayscale: #676767. Windows color (decimal): -11112346 or 6713430. OLE color: 6713430.

HSL color Cylindrical-coordinate representation of color #567066: hue angle of 156.92º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #567066 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 112 102 -
CMYK 0.23 0 0.09 0.56
HSL 156.92º 0.13% 0.39% -
HSV(B) 156.92º 0.23% 0.44% -
XYZ 12.03 14.53 14.74 -
YUV 103.09 127.39 115.81 -
System Red Green Blue C M Y K H S L
Decimal 86 112 102 0.23 0 0.09 0.56 156.92 0.13 0.39
Hex 56 70 66 17 0 9 38 9D D 27
Octal 126 160 146 27 0 11 70 235 15 47
Binary 1010110 1110000 1100110 10111 0 1001 111000 10011101 1101 100111

Color Harmonies of #567066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567066

Black with #567066

Text Example


Text Example

White with #567066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567066; }

 p { color: rgb(86,112,102); }

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

background-color css

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

 a { background-color: rgb(86,112,102); }

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

border-color css

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

 span { border-color: rgb(86,112,102); }

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