Html Css Color HEX #51876E Cutty Sark

📋 copy color: '#51876E'

red 81 ◦ green 135 ◦ blue 110

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

Shades of Cutty Sark #51876E

Tints of Cutty Sark #51876E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.41%

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

R = 24.85%
G = 41.41%
B = 33.74%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#51876E (or 0x51876E) is known color: Cutty Sark. HEX triplet: 51, 87 and 6E. RGB value is (81,135,110). Sum of RGB (Red+Green+Blue) = 81+135+110=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 135 - color contains mainly: green. Hex color #51876E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51876E is #AE7891. Grayscale: #747474. Windows color (decimal): -11434130 or 7243601. OLE color: 7243601.

HSL color Cylindrical-coordinate representation of color #51876E: hue angle of 152.22º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #51876E is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 135 110 -
CMYK 0.40 0 0.19 0.47
HSL 152.22º 0.25% 0.42% -
HSV(B) 152.22º 0.4% 0.53% -
XYZ 14.87 20.2 17.87 -
YUV 116 124.61 103.03 -
System Red Green Blue C M Y K H S L
Decimal 81 135 110 0.40 0 0.19 0.47 152.22 0.25 0.42
Hex 51 87 6E 28 0 13 2F 98 19 2A
Octal 121 207 156 50 0 23 57 230 31 52
Binary 1010001 10000111 1101110 101000 0 10011 101111 10011000 11001 101010

Color Harmonies of #51876E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51876E

Black with #51876E

Text Example


Text Example

White with #51876E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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