#53778C

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

Shades of Jelly Bean #53778C

Tints of Jelly Bean #53778C

Color information

#53778C (or 0x53778C) is unknown color: approx Jelly Bean. HEX triplet: 53, 77 and 8C. RGB value is (83,119,140). Sum of RGB (Red+Green+Blue) = 83+119+140=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 140 - color contains mainly: blue. Hex color #53778C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53778C is #AC8873. Grayscale: #6E6E6E. Windows color (decimal): -11307124 or 9205587. OLE color: 9205587.

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

Color convert

RGB83119140-
CMYK0.410.1500.45
HSL202.11º25.56%43.73%-
HSV(B)202.11º40.71%54.9%-
XYZ14.916.9327.29-
YUV110.63144.57108.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.27%
GREEN value IS 119 (46.88% from 255) = 34.80%
BLUE value IS 140 (55.08% from 255) = 40.94%
R=24.27%
G=34.80%
B=40.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal831191400.410.1500.45202.1125.5643.73
Hex53778C29F02Dca1a2c
Octal12316721451170553123254
Binary1010011111011110001100101001111101011011100101011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53778C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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