#5552BA

Color #5552BA Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5552BA

Tints of Rich Blue #5552BA

Color information

#5552BA (or 0x5552BA) is unknown color: approx Rich Blue. HEX triplet: 55, 52 and BA. RGB value is (85,82,186). Sum of RGB (Red+Green+Blue) = 85+82+186=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #5552BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5552BA is #AAAD45. Grayscale: #5E5E5E. Windows color (decimal): -11185478 or 12210773. OLE color: 12210773.

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

Color convert

RGB8582186-
CMYK0.540.5600.27
HSL241.73º42.98%52.55%-
HSV(B)241.73º55.91%72.94%-
XYZ15.6311.5147.85-
YUV94.75179.49121.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.08%
GREEN value IS 82 (32.42% from 255) = 23.23%
BLUE value IS 186 (73.05% from 255) = 52.69%
R=24.08%
G=23.23%
B=52.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal85821860.540.5600.27241.7342.9852.55
Hex5552BA363801Bf22b35
Octal12512227266700333625365
Binary101010110100101011101011011011100001101111110010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5552BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5552BA; }

 p { color: rgb(85,82,186); }

 H1.HeaderClassName
 {
   color: #5552BA;
 }
 .AnyTagClassName
 {
   color: #5552BA;
 }
</style>
background-color css

<style>
 a { background-color: #5552BA; }

 a { background-color: rgb(85,82,186); }

 div.DivClassName
 {
   background-color: #5552BA;
 }
 .BgClassName
 {
   background-color: #5552BA;
 }
</style>
border-color css

<style>
 span { border-color: #5552BA; }

 span { border-color: rgb(85,82,186); }

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