#5F5EB9

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

Shades of Rich Blue #5F5EB9

Tints of Rich Blue #5F5EB9

Color information

#5F5EB9 (or 0x5F5EB9) is unknown color: approx Rich Blue. HEX triplet: 5F, 5E and B9. RGB value is (95,94,185). Sum of RGB (Red+Green+Blue) = 95+94+185=374 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.40% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 185 (72.66% from 255 or 49.47% from 374); Max value from RGB is 185 - color contains mainly: blue. Hex color #5F5EB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5EB9 is #A0A146. Grayscale: #686868. Windows color (decimal): -10527047 or 12148319. OLE color: 12148319.

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

Color convert

RGB9594185-
CMYK0.490.4900.27
HSL240.66º39.39%54.71%-
HSV(B)240.66º49.19%72.55%-
XYZ17.4813.9447.67-
YUV104.67173.33121.1-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.40%
GREEN value IS 94 (37.11% from 255) = 25.13%
BLUE value IS 185 (72.66% from 255) = 49.47%
R=25.40%
G=25.13%
B=49.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal95941850.490.4900.27240.6639.3954.71
Hex5F5EB9313101Bf12737
Octal13713627161610333614767
Binary101111110111101011100111000111000101101111110001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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