Html Css Color HEX #557B96 Jelly Bean

📋 copy color: '#557B96'

red 85 ◦ green 123 ◦ blue 150

#557B96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jelly Bean #557B96

Tints of Jelly Bean #557B96

RGB

 RED value IS 85 (33.59% from 255) = 23.74%

 GREEN value IS 123 (48.44% from 255) = 34.36%

 BLUE value IS 150 (58.98% from 255) = 41.9%

R = 23.74%
G = 34.36%
B = 41.9%

CMYK

 C value IS 0.43

 M value IS 0.18

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#557B96 (or 0x557B96) is known color: Jelly Bean. HEX triplet: 55, 7B and 96. RGB value is (85,123,150). Sum of RGB (Red+Green+Blue) = 85+123+150=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 150 - color contains mainly: blue. Hex color #557B96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557B96 is #AA8469. Grayscale: #727272. Windows color (decimal): -11175018 or 9861973. OLE color: 9861973.

HSL color Cylindrical-coordinate representation of color #557B96: hue angle of 204.92º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #557B96 is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 123 150 -
CMYK 0.43 0.18 0 0.41
HSL 204.92º 0.28% 0.46% -
HSV(B) 204.92º 0.43% 0.59% -
XYZ 16.33 18.3 31.53 -
YUV 114.72 147.91 106.8 -
System Red Green Blue C M Y K H S L
Decimal 85 123 150 0.43 0.18 0 0.41 204.92 0.28 0.46
Hex 55 7B 96 2B 12 0 29 CD 1C 2E
Octal 125 173 226 53 22 0 51 315 34 56
Binary 1010101 1111011 10010110 101011 10010 0 101001 11001101 11100 101110

Color Harmonies of #557B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557B96

Black with #557B96

Text Example


Text Example

White with #557B96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #557B96;
 }
 .AnyTagClassName
 {
   color: #557B96;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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