Html Css Color HEX #557C92 Jelly Bean

📋 copy color: '#557C92'

red 85 ◦ green 124 ◦ blue 146

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

Shades of Jelly Bean #557C92

Tints of Jelly Bean #557C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.13%

R = 23.94%
G = 34.93%
B = 41.13%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#557C92 (or 0x557C92) is known color: Jelly Bean. HEX triplet: 55, 7C and 92. RGB value is (85,124,146). Sum of RGB (Red+Green+Blue) = 85+124+146=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 146 - color contains mainly: blue. Hex color #557C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557C92 is #AA836D. Grayscale: #727272. Windows color (decimal): -11174766 or 9600085. OLE color: 9600085.

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

Color convert

RGB 85 124 146 -
CMYK 0.42 0.15 0 0.43
HSL 201.64º 0.26% 0.45% -
HSV(B) 201.64º 0.42% 0.57% -
XYZ 16.14 18.42 29.9 -
YUV 114.85 145.58 106.71 -
System Red Green Blue C M Y K H S L
Decimal 85 124 146 0.42 0.15 0 0.43 201.64 0.26 0.45
Hex 55 7C 92 2A F 0 2B CA 1A 2D
Octal 125 174 222 52 17 0 53 312 32 55
Binary 1010101 1111100 10010010 101010 1111 0 101011 11001010 11010 101101

Color Harmonies of #557C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557C92

Black with #557C92

Text Example


Text Example

White with #557C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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