#5F5CAE

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

Shades of Rich Blue #5F5CAE

Tints of Rich Blue #5F5CAE

Color information

#5F5CAE (or 0x5F5CAE) is unknown color: approx Rich Blue. HEX triplet: 5F, 5C and AE. RGB value is (95,92,174). Sum of RGB (Red+Green+Blue) = 95+92+174=361 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.32% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #5F5CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5CAE is #A0A351. Grayscale: #656565. Windows color (decimal): -10527570 or 11426911. OLE color: 11426911.

HSL color Cylindrical-coordinate representation of color #5F5CAE: hue angle of 242.2º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5F5CAE is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9592174-
CMYK0.450.4700.32
HSL242.2º33.61%52.16%-
HSV(B)242.2º47.13%68.24%-
XYZ16.1913.1441.73-
YUV102.24168.49122.83-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.32%
GREEN value IS 92 (36.33% from 255) = 25.48%
BLUE value IS 174 (68.36% from 255) = 48.20%
R=26.32%
G=25.48%
B=48.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal95921740.450.4700.32242.233.6152.16
Hex5F5CAE2D2F020f22234
Octal13713425655570403624264
Binary1011111101110010101110101101101111010000011110010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,92,174); }

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

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

 a { background-color: rgb(95,92,174); }

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

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

 span { border-color: rgb(95,92,174); }

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