Html Css Color HEX #568278 Cutty Sark

📋 copy color: '#568278'

red 86 ◦ green 130 ◦ blue 120

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

Shades of Cutty Sark #568278

Tints of Cutty Sark #568278

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.69%

 BLUE value IS 120 (47.27% from 255) = 35.71%

R = 25.6%
G = 38.69%
B = 35.71%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#568278 (or 0x568278) is known color: Cutty Sark. HEX triplet: 56, 82 and 78. RGB value is (86,130,120). Sum of RGB (Red+Green+Blue) = 86+130+120=336 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.60% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 130 - color contains mainly: green. Hex color #568278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568278 is #A97D87. Grayscale: #737373. Windows color (decimal): -11107720 or 7897686. OLE color: 7897686.

HSL color Cylindrical-coordinate representation of color #568278: hue angle of 166.36º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #568278 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 86 130 120 -
CMYK 0.34 0 0.08 0.49
HSL 166.36º 0.2% 0.42% -
HSV(B) 166.36º 0.34% 0.51% -
XYZ 15.21 19.3 20.69 -
YUV 115.7 130.42 106.81 -
System Red Green Blue C M Y K H S L
Decimal 86 130 120 0.34 0 0.08 0.49 166.36 0.2 0.42
Hex 56 82 78 22 0 8 31 A6 14 2A
Octal 126 202 170 42 0 10 61 246 24 52
Binary 1010110 10000010 1111000 100010 0 1000 110001 10100110 10100 101010

Color Harmonies of #568278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568278

Black with #568278

Text Example


Text Example

White with #568278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568278; }

 p { color: rgb(86,130,120); }

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

background-color css

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

 a { background-color: rgb(86,130,120); }

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

border-color css

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

 span { border-color: rgb(86,130,120); }

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