Html Css Color HEX #557A93 Jelly Bean

📋 copy color: '#557A93'

red 85 ◦ green 122 ◦ blue 147

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

Shades of Jelly Bean #557A93

Tints of Jelly Bean #557A93

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.46%

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

R = 24.01%
G = 34.46%
B = 41.53%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#557A93 (or 0x557A93) is known color: Jelly Bean. HEX triplet: 55, 7A and 93. RGB value is (85,122,147). Sum of RGB (Red+Green+Blue) = 85+122+147=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 147 - color contains mainly: blue. Hex color #557A93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557A93 is #AA856C. Grayscale: #717171. Windows color (decimal): -11175277 or 9665109. OLE color: 9665109.

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

Color convert

RGB 85 122 147 -
CMYK 0.42 0.17 0 0.42
HSL 204.19º 0.27% 0.45% -
HSV(B) 204.19º 0.42% 0.58% -
XYZ 15.97 17.96 30.23 -
YUV 113.79 146.74 107.47 -
System Red Green Blue C M Y K H S L
Decimal 85 122 147 0.42 0.17 0 0.42 204.19 0.27 0.45
Hex 55 7A 93 2A 11 0 2A CC 1B 2D
Octal 125 172 223 52 21 0 52 314 33 55
Binary 1010101 1111010 10010011 101010 10001 0 101010 11001100 11011 101101

Color Harmonies of #557A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557A93

Black with #557A93

Text Example


Text Example

White with #557A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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