#5552BF

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

Shades of Rich Blue #5552BF

Tints of Rich Blue #5552BF

Color information

#5552BF (or 0x5552BF) is unknown color: approx Rich Blue. HEX triplet: 55, 52 and BF. RGB value is (85,82,191). Sum of RGB (Red+Green+Blue) = 85+82+191=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 191 (75% from 255 or 53.35% from 358); Max value from RGB is 191 - color contains mainly: blue. Hex color #5552BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5552BF is #AAAD40. Grayscale: #5E5E5E. Windows color (decimal): -11185473 or 12538453. OLE color: 12538453.

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

Color convert

RGB8582191-
CMYK0.550.5700.25
HSL241.65º45.99%53.53%-
HSV(B)241.65º57.07%74.9%-
XYZ16.1711.7350.7-
YUV95.32181.99120.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.74%
GREEN value IS 82 (32.42% from 255) = 22.91%
BLUE value IS 191 (75% from 255) = 53.35%
R=23.74%
G=22.91%
B=53.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal85821910.550.5700.25241.6545.9953.53
Hex5552BF3739019f22e36
Octal12512227767710313625666
Binary101010110100101011111111011111100101100111110010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5552BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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