Html Css Color HEX #5557BB Rich Blue

📋 copy color: '#5557BB'

red 85 ◦ green 87 ◦ blue 187

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

Shades of Rich Blue #5557BB

Tints of Rich Blue #5557BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.09%

R = 23.68%
G = 24.23%
B = 52.09%

CMYK

 C value IS 0.55

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5557BB (or 0x5557BB) is known color: Rich Blue. HEX triplet: 55, 57 and BB. RGB value is (85,87,187). Sum of RGB (Red+Green+Blue) = 85+87+187=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #5557BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5557BB is #AAA844. Grayscale: #616161. Windows color (decimal): -11184197 or 12277589. OLE color: 12277589.

HSL color Cylindrical-coordinate representation of color #5557BB: hue angle of 238.82º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5557BB is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 87 187 -
CMYK 0.55 0.53 0 0.27
HSL 238.82º 0.43% 0.53% -
HSV(B) 238.82º 0.55% 0.73% -
XYZ 16.12 12.34 48.54 -
YUV 97.8 178.34 118.87 -
System Red Green Blue C M Y K H S L
Decimal 85 87 187 0.55 0.53 0 0.27 238.82 0.43 0.53
Hex 55 57 BB 37 35 0 1B EF 2B 35
Octal 125 127 273 67 65 0 33 357 53 65
Binary 1010101 1010111 10111011 110111 110101 0 11011 11101111 101011 110101

Color Harmonies of #5557BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5557BB

Black with #5557BB

Text Example


Text Example

White with #5557BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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