#557B95

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

Shades of Jelly Bean #557B95

Tints of Jelly Bean #557B95

Color information

#557B95 (or 0x557B95) is unknown color: approx Jelly Bean. HEX triplet: 55, 7B and 95. RGB value is (85,123,149). Sum of RGB (Red+Green+Blue) = 85+123+149=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 149 - color contains mainly: blue. Hex color #557B95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557B95 is #AA846A. Grayscale: #727272. Windows color (decimal): -11175019 or 9796437. OLE color: 9796437.

HSL color Cylindrical-coordinate representation of color #557B95: hue angle of 204.38º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #557B95 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB85123149-
CMYK0.430.1700.42
HSL204.38º27.35%45.88%-
HSV(B)204.38º42.95%58.43%-
XYZ16.2518.2731.1-
YUV114.6147.41106.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.81%
GREEN value IS 123 (48.44% from 255) = 34.45%
BLUE value IS 149 (58.59% from 255) = 41.74%
R=23.81%
G=34.45%
B=41.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851231490.430.1700.42204.3827.3545.88
Hex557B952B1102Acc1b2e
Octal12517322553210523143356
Binary10101011111011100101011010111000101010101100110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,123,149); }

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

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

 a { background-color: rgb(85,123,149); }

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

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

 span { border-color: rgb(85,123,149); }

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