Html Css Color HEX #56906C Cutty Sark

📋 copy color: '#56906C'

red 86 ◦ green 144 ◦ blue 108

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

Shades of Cutty Sark #56906C

Tints of Cutty Sark #56906C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.6%

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

R = 25.44%
G = 42.6%
B = 31.95%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#56906C (or 0x56906C) is known color: Cutty Sark. HEX triplet: 56, 90 and 6C. RGB value is (86,144,108). Sum of RGB (Red+Green+Blue) = 86+144+108=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 144 - color contains mainly: green. Hex color #56906C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56906C is #A96F93. Grayscale: #7A7A7A. Windows color (decimal): -11104148 or 7114838. OLE color: 7114838.

HSL color Cylindrical-coordinate representation of color #56906C: hue angle of 142.76º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #56906C is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 144 108 -
CMYK 0.40 0 0.25 0.44
HSL 142.76º 0.25% 0.45% -
HSV(B) 142.76º 0.4% 0.56% -
XYZ 16.52 23.01 17.76 -
YUV 122.55 119.78 101.93 -
System Red Green Blue C M Y K H S L
Decimal 86 144 108 0.40 0 0.25 0.44 142.76 0.25 0.45
Hex 56 90 6C 28 0 19 2C 8F 19 2D
Octal 126 220 154 50 0 31 54 217 31 55
Binary 1010110 10010000 1101100 101000 0 11001 101100 10001111 11001 101101

Color Harmonies of #56906C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56906C

Black with #56906C

Text Example


Text Example

White with #56906C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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