Html Css Color HEX #557B93 Jelly Bean

📋 copy color: '#557B93'

red 85 ◦ green 123 ◦ blue 147

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

Shades of Jelly Bean #557B93

Tints of Jelly Bean #557B93

RGB

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

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

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

R = 23.94%
G = 34.65%
B = 41.41%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#557B93 (or 0x557B93) is known color: Jelly Bean. HEX triplet: 55, 7B and 93. RGB value is (85,123,147). Sum of RGB (Red+Green+Blue) = 85+123+147=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 147 - color contains mainly: blue. Hex color #557B93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557B93 is #AA846C. Grayscale: #727272. Windows color (decimal): -11175021 or 9665365. OLE color: 9665365.

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

Color convert

RGB 85 123 147 -
CMYK 0.42 0.16 0 0.42
HSL 203.23º 0.27% 0.45% -
HSV(B) 203.23º 0.42% 0.58% -
XYZ 16.1 18.2 30.27 -
YUV 114.37 146.41 107.05 -
System Red Green Blue C M Y K H S L
Decimal 85 123 147 0.42 0.16 0 0.42 203.23 0.27 0.45
Hex 55 7B 93 2A 10 0 2A CB 1B 2D
Octal 125 173 223 52 20 0 52 313 33 55
Binary 1010101 1111011 10010011 101010 10000 0 101010 11001011 11011 101101

Color Harmonies of #557B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557B93

Black with #557B93

Text Example


Text Example

White with #557B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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