#5552BB

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

Shades of Rich Blue #5552BB

Tints of Rich Blue #5552BB

Color information

#5552BB (or 0x5552BB) is unknown color: approx Rich Blue. HEX triplet: 55, 52 and BB. RGB value is (85,82,187). Sum of RGB (Red+Green+Blue) = 85+82+187=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 187 (73.44% from 255 or 52.82% from 354); Max value from RGB is 187 - color contains mainly: blue. Hex color #5552BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5552BB is #AAAD44. Grayscale: #5E5E5E. Windows color (decimal): -11185477 or 12276309. OLE color: 12276309.

HSL color Cylindrical-coordinate representation of color #5552BB: hue angle of 241.71º degrees, saturation: 0.44, 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 #5552BB is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8582187-
CMYK0.550.5600.27
HSL241.71º43.57%52.75%-
HSV(B)241.71º56.15%73.33%-
XYZ15.7311.5548.41-
YUV94.87179.99120.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.01%
GREEN value IS 82 (32.42% from 255) = 23.16%
BLUE value IS 187 (73.44% from 255) = 52.82%
R=24.01%
G=23.16%
B=52.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal85821870.550.5600.27241.7143.5752.75
Hex5552BB373801Bf22c35
Octal12512227367700333625465
Binary101010110100101011101111011111100001101111110010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5552BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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