#51778C

Color #51778C Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #51778C

Tints of Jelly Bean #51778C

Color information

#51778C (or 0x51778C) is unknown color: approx Jelly Bean. HEX triplet: 51, 77 and 8C. RGB value is (81,119,140). Sum of RGB (Red+Green+Blue) = 81+119+140=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 140 - color contains mainly: blue. Hex color #51778C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51778C is #AE8873. Grayscale: #6D6D6D. Windows color (decimal): -11438196 or 9205585. OLE color: 9205585.

HSL color Cylindrical-coordinate representation of color #51778C: hue angle of 201.36º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #51778C is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB81119140-
CMYK0.420.1500.45
HSL201.36º26.7%43.33%-
HSV(B)201.36º42.14%54.9%-
XYZ14.7216.8427.28-
YUV110.03144.91107.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.82%
GREEN value IS 119 (46.88% from 255) = 35%
BLUE value IS 140 (55.08% from 255) = 41.18%
R=23.82%
G=35%
B=41.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal811191400.420.1500.45201.3626.743.33
Hex51778C2AF02Dc91b2b
Octal12116721452170553113353
Binary1010001111011110001100101010111101011011100100111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51778C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51778C; }

 p { color: rgb(81,119,140); }

 H1.HeaderClassName
 {
   color: #51778C;
 }
 .AnyTagClassName
 {
   color: #51778C;
 }
</style>
background-color css

<style>
 a { background-color: #51778C; }

 a { background-color: rgb(81,119,140); }

 div.DivClassName
 {
   background-color: #51778C;
 }
 .BgClassName
 {
   background-color: #51778C;
 }
</style>
border-color css

<style>
 span { border-color: #51778C; }

 span { border-color: rgb(81,119,140); }

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