Html Css Color HEX #51906F Cutty Sark

📋 copy color: '#51906F'

red 81 ◦ green 144 ◦ blue 111

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

Shades of Cutty Sark #51906F

Tints of Cutty Sark #51906F

RGB

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

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

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

R = 24.11%
G = 42.86%
B = 33.04%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#51906F (or 0x51906F) is known color: Cutty Sark. HEX triplet: 51, 90 and 6F. RGB value is (81,144,111). Sum of RGB (Red+Green+Blue) = 81+144+111=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 144 - color contains mainly: green. Hex color #51906F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51906F is #AE6F90. Grayscale: #797979. Windows color (decimal): -11431825 or 7311441. OLE color: 7311441.

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

Color convert

RGB 81 144 111 -
CMYK 0.44 0 0.23 0.44
HSL 148.57º 0.28% 0.44% -
HSV(B) 148.57º 0.44% 0.56% -
XYZ 16.24 22.84 18.59 -
YUV 121.4 122.13 99.18 -
System Red Green Blue C M Y K H S L
Decimal 81 144 111 0.44 0 0.23 0.44 148.57 0.28 0.44
Hex 51 90 6F 2C 0 17 2C 95 1C 2C
Octal 121 220 157 54 0 27 54 225 34 54
Binary 1010001 10010000 1101111 101100 0 10111 101100 10010101 11100 101100

Color Harmonies of #51906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51906F

Black with #51906F

Text Example


Text Example

White with #51906F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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