#53778A

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

Shades of Jelly Bean #53778A

Tints of Jelly Bean #53778A

Color information

#53778A (or 0x53778A) is unknown color: approx Jelly Bean. HEX triplet: 53, 77 and 8A. RGB value is (83,119,138). Sum of RGB (Red+Green+Blue) = 83+119+138=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 138 - color contains mainly: blue. Hex color #53778A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53778A is #AC8875. Grayscale: #6E6E6E. Windows color (decimal): -11307126 or 9074515. OLE color: 9074515.

HSL color Cylindrical-coordinate representation of color #53778A: hue angle of 200.73º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53778A is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB83119138-
CMYK0.400.1400.46
HSL200.73º24.89%43.33%-
HSV(B)200.73º39.86%54.12%-
XYZ14.7516.8726.52-
YUV110.4143.57108.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.41%
GREEN value IS 119 (46.88% from 255) = 35%
BLUE value IS 138 (54.30% from 255) = 40.59%
R=24.41%
G=35%
B=40.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal831191380.400.1400.46200.7324.8943.33
Hex53778A28E02Ec9192b
Octal12316721250160563113153
Binary1010011111011110001010101000111001011101100100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53778A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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