Html Css Color HEX #568A77 Cutty Sark

📋 copy color: '#568A77'

red 86 ◦ green 138 ◦ blue 119

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

Shades of Cutty Sark #568A77

Tints of Cutty Sark #568A77

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.23%

 BLUE value IS 119 (46.88% from 255) = 34.69%

R = 25.07%
G = 40.23%
B = 34.69%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#568A77 (or 0x568A77) is known color: Cutty Sark. HEX triplet: 56, 8A and 77. RGB value is (86,138,119). Sum of RGB (Red+Green+Blue) = 86+138+119=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 138 (54.30% from 255 or 40.23% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 138 - color contains mainly: green. Hex color #568A77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568A77 is #A97588. Grayscale: #787878. Windows color (decimal): -11105673 or 7834198. OLE color: 7834198.

HSL color Cylindrical-coordinate representation of color #568A77: hue angle of 158.08º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #568A77 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB 86 138 119 -
CMYK 0.38 0 0.14 0.46
HSL 158.08º 0.23% 0.44% -
HSV(B) 158.08º 0.38% 0.54% -
XYZ 16.26 21.49 20.74 -
YUV 120.29 127.27 103.54 -
System Red Green Blue C M Y K H S L
Decimal 86 138 119 0.38 0 0.14 0.46 158.08 0.23 0.44
Hex 56 8A 77 26 0 E 2E 9E 17 2C
Octal 126 212 167 46 0 16 56 236 27 54
Binary 1010110 10001010 1110111 100110 0 1110 101110 10011110 10111 101100

Color Harmonies of #568A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568A77

Black with #568A77

Text Example


Text Example

White with #568A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568A77; }

 p { color: rgb(86,138,119); }

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

background-color css

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

 a { background-color: rgb(86,138,119); }

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

border-color css

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

 span { border-color: rgb(86,138,119); }

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