Html Css Color HEX #557C94 Jelly Bean

📋 copy color: '#557C94'

red 85 ◦ green 124 ◦ blue 148

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

Shades of Jelly Bean #557C94

Tints of Jelly Bean #557C94

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.73%

 BLUE value IS 148 (58.2% from 255) = 41.46%

R = 23.81%
G = 34.73%
B = 41.46%

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

#557C94 (or 0x557C94) is known color: Jelly Bean. HEX triplet: 55, 7C and 94. RGB value is (85,124,148). Sum of RGB (Red+Green+Blue) = 85+124+148=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 148 - color contains mainly: blue. Hex color #557C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557C94 is #AA836B. Grayscale: #727272. Windows color (decimal): -11174764 or 9731157. OLE color: 9731157.

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

Color convert

RGB 85 124 148 -
CMYK 0.43 0.16 0 0.42
HSL 202.86º 0.27% 0.46% -
HSV(B) 202.86º 0.43% 0.58% -
XYZ 16.3 18.48 30.73 -
YUV 115.08 146.58 106.55 -
System Red Green Blue C M Y K H S L
Decimal 85 124 148 0.43 0.16 0 0.42 202.86 0.27 0.46
Hex 55 7C 94 2B 10 0 2A CB 1B 2E
Octal 125 174 224 53 20 0 52 313 33 56
Binary 1010101 1111100 10010100 101011 10000 0 101010 11001011 11011 101110

Color Harmonies of #557C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557C94

Black with #557C94

Text Example


Text Example

White with #557C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,124,148); }

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

background-color css

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

 a { background-color: rgb(85,124,148); }

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

border-color css

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

 span { border-color: rgb(85,124,148); }

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