Html Css Color HEX #56906D Cutty Sark

📋 copy color: '#56906D'

red 86 ◦ green 144 ◦ blue 109

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

Shades of Cutty Sark #56906D

Tints of Cutty Sark #56906D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.15%

R = 25.37%
G = 42.48%
B = 32.15%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#56906D (or 0x56906D) is known color: Cutty Sark. HEX triplet: 56, 90 and 6D. RGB value is (86,144,109). Sum of RGB (Red+Green+Blue) = 86+144+109=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 144 - color contains mainly: green. Hex color #56906D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56906D is #A96F92. Grayscale: #7A7A7A. Windows color (decimal): -11104147 or 7180374. OLE color: 7180374.

HSL color Cylindrical-coordinate representation of color #56906D: hue angle of 143.79º 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 #56906D is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 144 109 -
CMYK 0.40 0 0.24 0.44
HSL 143.79º 0.25% 0.45% -
HSV(B) 143.79º 0.4% 0.56% -
XYZ 16.57 23.03 18.04 -
YUV 122.67 120.28 101.85 -
System Red Green Blue C M Y K H S L
Decimal 86 144 109 0.40 0 0.24 0.44 143.79 0.25 0.45
Hex 56 90 6D 28 0 18 2C 90 19 2D
Octal 126 220 155 50 0 30 54 220 31 55
Binary 1010110 10010000 1101101 101000 0 11000 101100 10010000 11001 101101

Color Harmonies of #56906D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56906D

Black with #56906D

Text Example


Text Example

White with #56906D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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