Html Css Color HEX #568574 Cutty Sark

📋 copy color: '#568574'

red 86 ◦ green 133 ◦ blue 116

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

Shades of Cutty Sark #568574

Tints of Cutty Sark #568574

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.7%

 BLUE value IS 116 (45.7% from 255) = 34.63%

R = 25.67%
G = 39.7%
B = 34.63%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#568574 (or 0x568574) is known color: Cutty Sark. HEX triplet: 56, 85 and 74. RGB value is (86,133,116). Sum of RGB (Red+Green+Blue) = 86+133+116=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 133 - color contains mainly: green. Hex color #568574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568574 is #A97A8B. Grayscale: #757575. Windows color (decimal): -11106956 or 7636310. OLE color: 7636310.

HSL color Cylindrical-coordinate representation of color #568574: hue angle of 158.3º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #568574 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 86 133 116 -
CMYK 0.35 0 0.13 0.48
HSL 158.3º 0.21% 0.43% -
HSV(B) 158.3º 0.35% 0.52% -
XYZ 15.38 20.01 19.58 -
YUV 117.01 127.43 105.88 -
System Red Green Blue C M Y K H S L
Decimal 86 133 116 0.35 0 0.13 0.48 158.3 0.21 0.43
Hex 56 85 74 23 0 D 30 9E 15 2B
Octal 126 205 164 43 0 15 60 236 25 53
Binary 1010110 10000101 1110100 100011 0 1101 110000 10011110 10101 101011

Color Harmonies of #568574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568574

Black with #568574

Text Example


Text Example

White with #568574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568574; }

 p { color: rgb(86,133,116); }

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

background-color css

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

 a { background-color: rgb(86,133,116); }

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

border-color css

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

 span { border-color: rgb(86,133,116); }

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