Html Css Color HEX #567268 Cutty Sark

📋 copy color: '#567268'

red 86 ◦ green 114 ◦ blue 104

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

Shades of Cutty Sark #567268

Tints of Cutty Sark #567268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.21%

R = 28.29%
G = 37.5%
B = 34.21%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#567268 (or 0x567268) is known color: Cutty Sark. HEX triplet: 56, 72 and 68. RGB value is (86,114,104). Sum of RGB (Red+Green+Blue) = 86+114+104=304 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.29% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 114 - color contains mainly: green. Hex color #567268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567268 is #A98D97. Grayscale: #686868. Windows color (decimal): -11111832 or 6845014. OLE color: 6845014.

HSL color Cylindrical-coordinate representation of color #567268: hue angle of 158.57º 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 #567268 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 114 104 -
CMYK 0.25 0 0.09 0.55
HSL 158.57º 0.14% 0.39% -
HSV(B) 158.57º 0.25% 0.45% -
XYZ 12.35 15.01 15.34 -
YUV 104.49 127.72 114.81 -
System Red Green Blue C M Y K H S L
Decimal 86 114 104 0.25 0 0.09 0.55 158.57 0.14 0.39
Hex 56 72 68 19 0 9 37 9F E 27
Octal 126 162 150 31 0 11 67 237 16 47
Binary 1010110 1110010 1101000 11001 0 1001 110111 10011111 1110 100111

Color Harmonies of #567268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567268

Black with #567268

Text Example


Text Example

White with #567268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567268; }

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

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

background-color css

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

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

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

border-color css

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

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

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