#5F5EB7

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

Shades of Rich Blue #5F5EB7

Tints of Rich Blue #5F5EB7

Color information

#5F5EB7 (or 0x5F5EB7) is unknown color: approx Rich Blue. HEX triplet: 5F, 5E and B7. RGB value is (95,94,183). Sum of RGB (Red+Green+Blue) = 95+94+183=372 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.54% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 183 (71.88% from 255 or 49.19% from 372); Max value from RGB is 183 - color contains mainly: blue. Hex color #5F5EB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5EB7 is #A0A148. Grayscale: #686868. Windows color (decimal): -10527049 or 12017247. OLE color: 12017247.

HSL color Cylindrical-coordinate representation of color #5F5EB7: hue angle of 240.67º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5F5EB7 is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9594183-
CMYK0.480.4900.28
HSL240.67º38.2%54.31%-
HSV(B)240.67º48.63%71.76%-
XYZ17.2713.8646.56-
YUV104.44172.33121.26-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.54%
GREEN value IS 94 (37.11% from 255) = 25.27%
BLUE value IS 183 (71.88% from 255) = 49.19%
R=25.54%
G=25.27%
B=49.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal95941830.480.4900.28240.6738.254.31
Hex5F5EB7303101Cf12636
Octal13713626760610343614666
Binary101111110111101011011111000011000101110011110001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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