Html Css Color HEX #56887C Cutty Sark

📋 copy color: '#56887C'

red 86 ◦ green 136 ◦ blue 124

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

Shades of Cutty Sark #56887C

Tints of Cutty Sark #56887C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.31%

 BLUE value IS 124 (48.83% from 255) = 35.84%

R = 24.86%
G = 39.31%
B = 35.84%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#56887C (or 0x56887C) is known color: Cutty Sark. HEX triplet: 56, 88 and 7C. RGB value is (86,136,124). Sum of RGB (Red+Green+Blue) = 86+136+124=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 136 - color contains mainly: green. Hex color #56887C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56887C is #A97783. Grayscale: #777777. Windows color (decimal): -11106180 or 8161366. OLE color: 8161366.

HSL color Cylindrical-coordinate representation of color #56887C: hue angle of 165.6º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #56887C is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 136 124 -
CMYK 0.37 0 0.09 0.47
HSL 165.6º 0.23% 0.44% -
HSV(B) 165.6º 0.37% 0.53% -
XYZ 16.28 21.04 22.27 -
YUV 119.68 130.44 103.98 -
System Red Green Blue C M Y K H S L
Decimal 86 136 124 0.37 0 0.09 0.47 165.6 0.23 0.44
Hex 56 88 7C 25 0 9 2F A6 17 2C
Octal 126 210 174 45 0 11 57 246 27 54
Binary 1010110 10001000 1111100 100101 0 1001 101111 10100110 10111 101100

Color Harmonies of #56887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56887C

Black with #56887C

Text Example


Text Example

White with #56887C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56887C; }

 p { color: rgb(86,136,124); }

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

background-color css

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

 a { background-color: rgb(86,136,124); }

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

border-color css

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

 span { border-color: rgb(86,136,124); }

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