Html Css Color HEX #567266 Cutty Sark

📋 copy color: '#567266'

red 86 ◦ green 114 ◦ blue 102

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

Shades of Cutty Sark #567266

Tints of Cutty Sark #567266

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.75%

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

R = 28.48%
G = 37.75%
B = 33.77%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#567266 (or 0x567266) is known color: Cutty Sark. HEX triplet: 56, 72 and 66. RGB value is (86,114,102). Sum of RGB (Red+Green+Blue) = 86+114+102=302 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.48% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 114 - color contains mainly: green. Hex color #567266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567266 is #A98D99. Grayscale: #686868. Windows color (decimal): -11111834 or 6713942. OLE color: 6713942.

HSL color Cylindrical-coordinate representation of color #567266: hue angle of 154.29º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #567266 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 114 102 -
CMYK 0.25 0 0.11 0.55
HSL 154.29º 0.14% 0.39% -
HSV(B) 154.29º 0.25% 0.45% -
XYZ 12.25 14.97 14.81 -
YUV 104.26 126.72 114.98 -
System Red Green Blue C M Y K H S L
Decimal 86 114 102 0.25 0 0.11 0.55 154.29 0.14 0.39
Hex 56 72 66 19 0 B 37 9A E 27
Octal 126 162 146 31 0 13 67 232 16 47
Binary 1010110 1110010 1100110 11001 0 1011 110111 10011010 1110 100111

Color Harmonies of #567266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567266

Black with #567266

Text Example


Text Example

White with #567266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567266; }

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

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

background-color css

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

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

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

border-color css

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

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

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