#5D5FB9

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

Shades of Rich Blue #5D5FB9

Tints of Rich Blue #5D5FB9

Color information

#5D5FB9 (or 0x5D5FB9) is unknown color: approx Rich Blue. HEX triplet: 5D, 5F and B9. RGB value is (93,95,185). Sum of RGB (Red+Green+Blue) = 93+95+185=373 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.93% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 185 (72.66% from 255 or 49.60% from 373); Max value from RGB is 185 - color contains mainly: blue. Hex color #5D5FB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D5FB9 is #A2A046. Grayscale: #686868. Windows color (decimal): -10657863 or 12148573. OLE color: 12148573.

HSL color Cylindrical-coordinate representation of color #5D5FB9: hue angle of 238.7º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D5FB9 is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9395185-
CMYK0.500.4900.27
HSL238.7º39.66%54.51%-
HSV(B)238.7º49.73%72.55%-
XYZ17.3614.0147.69-
YUV104.66173.34119.68-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.93%
GREEN value IS 95 (37.5% from 255) = 25.47%
BLUE value IS 185 (72.66% from 255) = 49.60%
R=24.93%
G=25.47%
B=49.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal93951850.500.4900.27238.739.6654.51
Hex5D5FB9323101Bef2837
Octal13513727162610333575067
Binary101110110111111011100111001011000101101111101111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,95,185); }

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

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

 a { background-color: rgb(93,95,185); }

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

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

 span { border-color: rgb(93,95,185); }

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