Html Css Color HEX #557D95 Jelly Bean

📋 copy color: '#557D95'

red 85 ◦ green 125 ◦ blue 149

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

Shades of Jelly Bean #557D95

Tints of Jelly Bean #557D95

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.82%

 BLUE value IS 149 (58.59% from 255) = 41.5%

R = 23.68%
G = 34.82%
B = 41.5%

CMYK

 C value IS 0.43

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#557D95 (or 0x557D95) is known color: Jelly Bean. HEX triplet: 55, 7D and 95. RGB value is (85,125,149). Sum of RGB (Red+Green+Blue) = 85+125+149=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 149 - color contains mainly: blue. Hex color #557D95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557D95 is #AA826A. Grayscale: #737373. Windows color (decimal): -11174507 or 9796949. OLE color: 9796949.

HSL color Cylindrical-coordinate representation of color #557D95: hue angle of 202.5º 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 #557D95 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 125 149 -
CMYK 0.43 0.16 0 0.42
HSL 202.5º 0.27% 0.46% -
HSV(B) 202.5º 0.43% 0.58% -
XYZ 16.5 18.77 31.19 -
YUV 115.78 146.75 106.05 -
System Red Green Blue C M Y K H S L
Decimal 85 125 149 0.43 0.16 0 0.42 202.5 0.27 0.46
Hex 55 7D 95 2B 10 0 2A CA 1B 2E
Octal 125 175 225 53 20 0 52 312 33 56
Binary 1010101 1111101 10010101 101011 10000 0 101010 11001010 11011 101110

Color Harmonies of #557D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557D95

Black with #557D95

Text Example


Text Example

White with #557D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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