Html Css Color HEX #5557BE Rich Blue

📋 copy color: '#5557BE'

red 85 ◦ green 87 ◦ blue 190

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

Shades of Rich Blue #5557BE

Tints of Rich Blue #5557BE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.03%

 BLUE value IS 190 (74.61% from 255) = 52.49%

R = 23.48%
G = 24.03%
B = 52.49%

CMYK

 C value IS 0.55

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5557BE (or 0x5557BE) is known color: Rich Blue. HEX triplet: 55, 57 and BE. RGB value is (85,87,190). Sum of RGB (Red+Green+Blue) = 85+87+190=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 87 (34.38% from 255 or 24.03% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #5557BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5557BE is #AAA841. Grayscale: #616161. Windows color (decimal): -11184194 or 12474197. OLE color: 12474197.

HSL color Cylindrical-coordinate representation of color #5557BE: hue angle of 238.86º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5557BE is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 87 190 -
CMYK 0.55 0.54 0 0.25
HSL 238.86º 0.45% 0.54% -
HSV(B) 238.86º 0.55% 0.75% -
XYZ 16.45 12.47 50.25 -
YUV 98.14 179.84 118.62 -
System Red Green Blue C M Y K H S L
Decimal 85 87 190 0.55 0.54 0 0.25 238.86 0.45 0.54
Hex 55 57 BE 37 36 0 19 EF 2D 36
Octal 125 127 276 67 66 0 31 357 55 66
Binary 1010101 1010111 10111110 110111 110110 0 11001 11101111 101101 110110

Color Harmonies of #5557BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5557BE

Black with #5557BE

Text Example


Text Example

White with #5557BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5557BE; }

 p { color: rgb(85,87,190); }

 H1.HeaderClassName
 {
   color: #5557BE;
 }
 .AnyTagClassName
 {
   color: #5557BE;
 }
</style>

background-color css

<style>
 a { background-color: #5557BE; }

 a { background-color: rgb(85,87,190); }

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

border-color css

<style>
 span { border-color: #5557BE; }

 span { border-color: rgb(85,87,190); }

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