Html Css Color HEX #56906F Cutty Sark

📋 copy color: '#56906F'

red 86 ◦ green 144 ◦ blue 111

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

Shades of Cutty Sark #56906F

Tints of Cutty Sark #56906F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.55%

R = 25.22%
G = 42.23%
B = 32.55%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#56906F (or 0x56906F) is known color: Cutty Sark. HEX triplet: 56, 90 and 6F. RGB value is (86,144,111). Sum of RGB (Red+Green+Blue) = 86+144+111=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 144 - color contains mainly: green. Hex color #56906F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56906F is #A96F90. Grayscale: #7A7A7A. Windows color (decimal): -11104145 or 7311446. OLE color: 7311446.

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

Color convert

RGB 86 144 111 -
CMYK 0.40 0 0.23 0.44
HSL 145.86º 0.25% 0.45% -
HSV(B) 145.86º 0.4% 0.56% -
XYZ 16.68 23.07 18.61 -
YUV 122.9 121.28 101.68 -
System Red Green Blue C M Y K H S L
Decimal 86 144 111 0.40 0 0.23 0.44 145.86 0.25 0.45
Hex 56 90 6F 28 0 17 2C 92 19 2D
Octal 126 220 157 50 0 27 54 222 31 55
Binary 1010110 10010000 1101111 101000 0 10111 101100 10010010 11001 101101

Color Harmonies of #56906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56906F

Black with #56906F

Text Example


Text Example

White with #56906F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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