Html Css Color HEX #56906B Cutty Sark

📋 copy color: '#56906B'

red 86 ◦ green 144 ◦ blue 107

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

Shades of Cutty Sark #56906B

Tints of Cutty Sark #56906B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.75%

R = 25.52%
G = 42.73%
B = 31.75%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#56906B (or 0x56906B) is known color: Cutty Sark. HEX triplet: 56, 90 and 6B. RGB value is (86,144,107). Sum of RGB (Red+Green+Blue) = 86+144+107=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 144 - color contains mainly: green. Hex color #56906B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56906B is #A96F94. Grayscale: #7A7A7A. Windows color (decimal): -11104149 or 7049302. OLE color: 7049302.

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

Color convert

RGB 86 144 107 -
CMYK 0.40 0 0.26 0.44
HSL 141.72º 0.25% 0.45% -
HSV(B) 141.72º 0.4% 0.56% -
XYZ 16.46 22.99 17.48 -
YUV 122.44 119.28 102.01 -
System Red Green Blue C M Y K H S L
Decimal 86 144 107 0.40 0 0.26 0.44 141.72 0.25 0.45
Hex 56 90 6B 28 0 1A 2C 8E 19 2D
Octal 126 220 153 50 0 32 54 216 31 55
Binary 1010110 10010000 1101011 101000 0 11010 101100 10001110 11001 101101

Color Harmonies of #56906B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56906B

Black with #56906B

Text Example


Text Example

White with #56906B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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