#51788A

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

Shades of Jelly Bean #51788A

Tints of Jelly Bean #51788A

Color information

#51788A (or 0x51788A) is unknown color: approx Jelly Bean. HEX triplet: 51, 78 and 8A. RGB value is (81,120,138). Sum of RGB (Red+Green+Blue) = 81+120+138=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 138 - color contains mainly: blue. Hex color #51788A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51788A is #AE8775. Grayscale: #6E6E6E. Windows color (decimal): -11437942 or 9074769. OLE color: 9074769.

HSL color Cylindrical-coordinate representation of color #51788A: hue angle of 198.95º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #51788A is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB81120138-
CMYK0.410.1300.46
HSL198.95º26.03%42.94%-
HSV(B)198.95º41.3%54.12%-
XYZ14.717.0226.55-
YUV110.39143.58107.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.89%
GREEN value IS 120 (47.27% from 255) = 35.40%
BLUE value IS 138 (54.30% from 255) = 40.71%
R=23.89%
G=35.40%
B=40.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal811201380.410.1300.46198.9526.0342.94
Hex51788A29D02Ec71a2b
Octal12117021251150563073253
Binary1010001111100010001010101001110101011101100011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51788A; }

 p { color: rgb(81,120,138); }

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

<style>
 a { background-color: #51788A; }

 a { background-color: rgb(81,120,138); }

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

<style>
 span { border-color: #51788A; }

 span { border-color: rgb(81,120,138); }

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