Html Css Color HEX #5557B7 Rich Blue

📋 copy color: '#5557B7'

red 85 ◦ green 87 ◦ blue 183

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

Shades of Rich Blue #5557B7

Tints of Rich Blue #5557B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 51.55%

R = 23.94%
G = 24.51%
B = 51.55%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#5557B7 (or 0x5557B7) is known color: Rich Blue. HEX triplet: 55, 57 and B7. RGB value is (85,87,183). Sum of RGB (Red+Green+Blue) = 85+87+183=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 183 (71.88% from 255 or 51.55% from 355); Max value from RGB is 183 - color contains mainly: blue. Hex color #5557B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5557B7 is #AAA848. Grayscale: #606060. Windows color (decimal): -11184201 or 12015445. OLE color: 12015445.

HSL color Cylindrical-coordinate representation of color #5557B7: hue angle of 238.78º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5557B7 is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 85 87 183 -
CMYK 0.54 0.52 0 0.28
HSL 238.78º 0.4% 0.53% -
HSV(B) 238.78º 0.54% 0.72% -
XYZ 15.7 12.17 46.32 -
YUV 97.35 176.34 119.19 -
System Red Green Blue C M Y K H S L
Decimal 85 87 183 0.54 0.52 0 0.28 238.78 0.4 0.53
Hex 55 57 B7 36 34 0 1C EF 28 35
Octal 125 127 267 66 64 0 34 357 50 65
Binary 1010101 1010111 10110111 110110 110100 0 11100 11101111 101000 110101

Color Harmonies of #5557B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5557B7

Black with #5557B7

Text Example


Text Example

White with #5557B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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