#5F5DAD

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

Shades of Rich Blue #5F5DAD

Tints of Rich Blue #5F5DAD

Color information

#5F5DAD (or 0x5F5DAD) is unknown color: approx Rich Blue. HEX triplet: 5F, 5D and AD. RGB value is (95,93,173). Sum of RGB (Red+Green+Blue) = 95+93+173=361 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.32% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #5F5DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5DAD is #A0A252. Grayscale: #666666. Windows color (decimal): -10527315 or 11361631. OLE color: 11361631.

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

Color convert

RGB9593173-
CMYK0.450.4600.32
HSL241.5º32.79%52.16%-
HSV(B)241.5º46.24%67.84%-
XYZ16.1813.2841.25-
YUV102.72167.66122.5-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.32%
GREEN value IS 93 (36.72% from 255) = 25.76%
BLUE value IS 173 (67.97% from 255) = 47.92%
R=26.32%
G=25.76%
B=47.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal95931730.450.4600.32241.532.7952.16
Hex5F5DAD2D2E020f22134
Octal13713525555560403624164
Binary1011111101110110101101101101101110010000011110010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,93,173); }

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

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

 a { background-color: rgb(95,93,173); }

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

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

 span { border-color: rgb(95,93,173); }

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