#557A92

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

Shades of Jelly Bean #557A92

Tints of Jelly Bean #557A92

Color information

#557A92 (or 0x557A92) is unknown color: approx Jelly Bean. HEX triplet: 55, 7A and 92. RGB value is (85,122,146). Sum of RGB (Red+Green+Blue) = 85+122+146=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 146 - color contains mainly: blue. Hex color #557A92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557A92 is #AA856D. Grayscale: #717171. Windows color (decimal): -11175278 or 9599573. OLE color: 9599573.

HSL color Cylindrical-coordinate representation of color #557A92: hue angle of 203.61º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #557A92 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB85122146-
CMYK0.420.1600.43
HSL203.61º26.41%45.29%-
HSV(B)203.61º41.78%57.25%-
XYZ15.8917.9329.82-
YUV113.67146.24107.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.08%
GREEN value IS 122 (48.05% from 255) = 34.56%
BLUE value IS 146 (57.42% from 255) = 41.36%
R=24.08%
G=34.56%
B=41.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal851221460.420.1600.43203.6126.4145.29
Hex557A922A1002Bcc1a2d
Octal12517222252200533143255
Binary10101011111010100100101010101000001010111100110011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557A92; }

 p { color: rgb(85,122,146); }

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

<style>
 a { background-color: #557A92; }

 a { background-color: rgb(85,122,146); }

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

<style>
 span { border-color: #557A92; }

 span { border-color: rgb(85,122,146); }

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