#5D64AD

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

Shades of Rich Blue #5D64AD

Tints of Rich Blue #5D64AD

Color information

#5D64AD (or 0x5D64AD) is unknown color: approx Rich Blue. HEX triplet: 5D, 64 and AD. RGB value is (93,100,173). Sum of RGB (Red+Green+Blue) = 93+100+173=366 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.41% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #5D64AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D64AD is #A29B52. Grayscale: #696969. Windows color (decimal): -10656595 or 11363421. OLE color: 11363421.

HSL color Cylindrical-coordinate representation of color #5D64AD: hue angle of 234.75º 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 #5D64AD is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB93100173-
CMYK0.460.4200.32
HSL234.75º32.79%52.16%-
HSV(B)234.75º46.24%67.84%-
XYZ16.6114.4641.45-
YUV106.23165.68118.56-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.41%
GREEN value IS 100 (39.45% from 255) = 27.32%
BLUE value IS 173 (67.97% from 255) = 47.27%
R=25.41%
G=27.32%
B=47.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal931001730.460.4200.32234.7532.7952.16
Hex5D64AD2E2A020eb2134
Octal13514425556520403534164
Binary1011101110010010101101101110101010010000011101011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D64AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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