#5B58BD

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

Shades of Rich Blue #5B58BD

Tints of Rich Blue #5B58BD

Color information

#5B58BD (or 0x5B58BD) is unknown color: approx Rich Blue. HEX triplet: 5B, 58 and BD. RGB value is (91,88,189). Sum of RGB (Red+Green+Blue) = 91+88+189=368 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.73% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #5B58BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B58BD is #A4A742. Grayscale: #646464. Windows color (decimal): -10790723 or 12408923. OLE color: 12408923.

HSL color Cylindrical-coordinate representation of color #5B58BD: hue angle of 241.78º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5B58BD is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9188189-
CMYK0.520.5300.26
HSL241.78º43.35%54.31%-
HSV(B)241.78º53.44%74.12%-
XYZ16.9912.8849.73-
YUV100.41177.99121.29-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.73%
GREEN value IS 88 (34.77% from 255) = 23.91%
BLUE value IS 189 (74.22% from 255) = 51.36%
R=24.73%
G=23.91%
B=51.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal91881890.520.5300.26241.7843.3554.31
Hex5B58BD343501Af22b36
Octal13313027564650323625366
Binary101101110110001011110111010011010101101011110010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B58BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,88,189); }

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

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

 a { background-color: rgb(91,88,189); }

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

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

 span { border-color: rgb(91,88,189); }

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