Html Css Color HEX #568A6C Cutty Sark

📋 copy color: '#568A6C'

red 86 ◦ green 138 ◦ blue 108

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

Shades of Cutty Sark #568A6C

Tints of Cutty Sark #568A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.53%

R = 25.9%
G = 41.57%
B = 32.53%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#568A6C (or 0x568A6C) is known color: Cutty Sark. HEX triplet: 56, 8A and 6C. RGB value is (86,138,108). Sum of RGB (Red+Green+Blue) = 86+138+108=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 138 - color contains mainly: green. Hex color #568A6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568A6C is #A97593. Grayscale: #777777. Windows color (decimal): -11105684 or 7113302. OLE color: 7113302.

HSL color Cylindrical-coordinate representation of color #568A6C: hue angle of 145.38º 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 #568A6C is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 86 138 108 -
CMYK 0.38 0 0.22 0.46
HSL 145.38º 0.23% 0.44% -
HSV(B) 145.38º 0.38% 0.54% -
XYZ 15.63 21.24 17.46 -
YUV 119.03 121.77 104.44 -
System Red Green Blue C M Y K H S L
Decimal 86 138 108 0.38 0 0.22 0.46 145.38 0.23 0.44
Hex 56 8A 6C 26 0 16 2E 91 17 2C
Octal 126 212 154 46 0 26 56 221 27 54
Binary 1010110 10001010 1101100 100110 0 10110 101110 10010001 10111 101100

Color Harmonies of #568A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568A6C

Black with #568A6C

Text Example


Text Example

White with #568A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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