#5D63AD

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

Shades of Rich Blue #5D63AD

Tints of Rich Blue #5D63AD

Color information

#5D63AD (or 0x5D63AD) is unknown color: approx Rich Blue. HEX triplet: 5D, 63 and AD. RGB value is (93,99,173). Sum of RGB (Red+Green+Blue) = 93+99+173=365 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.48% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #5D63AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D63AD is #A29C52. Grayscale: #696969. Windows color (decimal): -10656851 or 11363165. OLE color: 11363165.

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

Color convert

RGB9399173-
CMYK0.460.4300.32
HSL235.5º32.79%52.16%-
HSV(B)235.5º46.24%67.84%-
XYZ16.5214.2741.42-
YUV105.64166.01118.98-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.48%
GREEN value IS 99 (39.06% from 255) = 27.12%
BLUE value IS 173 (67.97% from 255) = 47.40%
R=25.48%
G=27.12%
B=47.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal93991730.460.4300.32235.532.7952.16
Hex5D63AD2E2B020ec2134
Octal13514325556530403544164
Binary1011101110001110101101101110101011010000011101100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D63AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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