#5B55BF

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

Shades of Rich Blue #5B55BF

Tints of Rich Blue #5B55BF

Color information

#5B55BF (or 0x5B55BF) is unknown color: approx Rich Blue. HEX triplet: 5B, 55 and BF. RGB value is (91,85,191). Sum of RGB (Red+Green+Blue) = 91+85+191=367 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.80% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #5B55BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B55BF is #A4AA40. Grayscale: #626262. Windows color (decimal): -10791489 or 12539227. OLE color: 12539227.

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

Color convert

RGB9185191-
CMYK0.520.5500.25
HSL243.4º45.3%54.12%-
HSV(B)243.4º55.5%74.9%-
XYZ16.9712.4850.81-
YUV98.88179.99122.38-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.80%
GREEN value IS 85 (33.59% from 255) = 23.16%
BLUE value IS 191 (75% from 255) = 52.04%
R=24.80%
G=23.16%
B=52.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal91851910.520.5500.25243.445.354.12
Hex5B55BF3437019f32d36
Octal13312527764670313635566
Binary101101110101011011111111010011011101100111110011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B55BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B55BF; }

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

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

<style>
 a { background-color: #5B55BF; }

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

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

<style>
 span { border-color: #5B55BF; }

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

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