#5F53AE

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

Shades of Rich Blue #5F53AE

Tints of Rich Blue #5F53AE

Color information

#5F53AE (or 0x5F53AE) is unknown color: approx Rich Blue. HEX triplet: 5F, 53 and AE. RGB value is (95,83,174). Sum of RGB (Red+Green+Blue) = 95+83+174=352 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.99% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #5F53AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F53AE is #A0AC51. Grayscale: #606060. Windows color (decimal): -10529874 or 11424607. OLE color: 11424607.

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

Color convert

RGB9583174-
CMYK0.450.5200.32
HSL247.91º35.97%50.39%-
HSV(B)247.91º52.3%68.24%-
XYZ15.4511.6841.48-
YUV96.96171.48126.6-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.99%
GREEN value IS 83 (32.81% from 255) = 23.58%
BLUE value IS 174 (68.36% from 255) = 49.43%
R=26.99%
G=23.58%
B=49.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal95831740.450.5200.32247.9135.9750.39
Hex5F53AE2D34020f82432
Octal13712325655640403704462
Binary1011111101001110101110101101110100010000011111000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F53AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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