#5F5EA4

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

Shades of Rich Blue #5F5EA4

Tints of Rich Blue #5F5EA4

Color information

#5F5EA4 (or 0x5F5EA4) is unknown color: approx Rich Blue. HEX triplet: 5F, 5E and A4. RGB value is (95,94,164). Sum of RGB (Red+Green+Blue) = 95+94+164=353 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.91% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 164 (64.45% from 255 or 46.46% from 353); Max value from RGB is 164 - color contains mainly: blue. Hex color #5F5EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5EA4 is #A0A15B. Grayscale: #666666. Windows color (decimal): -10527068 or 10772063. OLE color: 10772063.

HSL color Cylindrical-coordinate representation of color #5F5EA4: hue angle of 240.86º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5F5EA4 is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9594164-
CMYK0.420.4300.36
HSL240.86º27.78%50.59%-
HSV(B)240.86º42.68%64.31%-
XYZ15.4213.1236.84-
YUV102.28162.83122.81-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.91%
GREEN value IS 94 (37.11% from 255) = 26.63%
BLUE value IS 164 (64.45% from 255) = 46.46%
R=26.91%
G=26.63%
B=46.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal95941640.420.4300.36240.8627.7850.59
Hex5F5EA42A2B024f11c33
Octal13713624452530443613463
Binary101111110111101010010010101010101101001001111000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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