Html Css Color HEX #51906E Cutty Sark

📋 copy color: '#51906E'

red 81 ◦ green 144 ◦ blue 110

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

Shades of Cutty Sark #51906E

Tints of Cutty Sark #51906E

RGB

 RED value IS 81 (32.03% from 255) = 24.18%

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

 BLUE value IS 110 (43.36% from 255) = 32.84%

R = 24.18%
G = 42.99%
B = 32.84%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#51906E (or 0x51906E) is known color: Cutty Sark. HEX triplet: 51, 90 and 6E. RGB value is (81,144,110). Sum of RGB (Red+Green+Blue) = 81+144+110=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 144 - color contains mainly: green. Hex color #51906E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51906E is #AE6F91. Grayscale: #797979. Windows color (decimal): -11431826 or 7245905. OLE color: 7245905.

HSL color Cylindrical-coordinate representation of color #51906E: hue angle of 147.62º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #51906E is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 144 110 -
CMYK 0.44 0 0.24 0.44
HSL 147.62º 0.28% 0.44% -
HSV(B) 147.62º 0.44% 0.56% -
XYZ 16.18 22.82 18.3 -
YUV 121.29 121.63 99.26 -
System Red Green Blue C M Y K H S L
Decimal 81 144 110 0.44 0 0.24 0.44 147.62 0.28 0.44
Hex 51 90 6E 2C 0 18 2C 94 1C 2C
Octal 121 220 156 54 0 30 54 224 34 54
Binary 1010001 10010000 1101110 101100 0 11000 101100 10010100 11100 101100

Color Harmonies of #51906E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51906E

Black with #51906E

Text Example


Text Example

White with #51906E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51906E; }

 p { color: rgb(81,144,110); }

 H1.HeaderClassName
 {
   color: #51906E;
 }
 .AnyTagClassName
 {
   color: #51906E;
 }
</style>

background-color css

<style>
 a { background-color: #51906E; }

 a { background-color: rgb(81,144,110); }

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

border-color css

<style>
 span { border-color: #51906E; }

 span { border-color: rgb(81,144,110); }

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