Html Css Color HEX #557D93 Jelly Bean

📋 copy color: '#557D93'

red 85 ◦ green 125 ◦ blue 147

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

Shades of Jelly Bean #557D93

Tints of Jelly Bean #557D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 41.18%

R = 23.81%
G = 35.01%
B = 41.18%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#557D93 (or 0x557D93) is known color: Jelly Bean. HEX triplet: 55, 7D and 93. RGB value is (85,125,147). Sum of RGB (Red+Green+Blue) = 85+125+147=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 147 - color contains mainly: blue. Hex color #557D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557D93 is #AA826C. Grayscale: #737373. Windows color (decimal): -11174509 or 9665877. OLE color: 9665877.

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

Color convert

RGB 85 125 147 -
CMYK 0.42 0.15 0 0.42
HSL 201.29º 0.27% 0.45% -
HSV(B) 201.29º 0.42% 0.58% -
XYZ 16.35 18.71 30.35 -
YUV 115.55 145.75 106.21 -
System Red Green Blue C M Y K H S L
Decimal 85 125 147 0.42 0.15 0 0.42 201.29 0.27 0.45
Hex 55 7D 93 2A F 0 2A C9 1B 2D
Octal 125 175 223 52 17 0 52 311 33 55
Binary 1010101 1111101 10010011 101010 1111 0 101010 11001001 11011 101101

Color Harmonies of #557D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557D93

Black with #557D93

Text Example


Text Example

White with #557D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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