#5D63AA

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

Shades of Rich Blue #5D63AA

Tints of Rich Blue #5D63AA

Color information

#5D63AA (or 0x5D63AA) is unknown color: approx Rich Blue. HEX triplet: 5D, 63 and AA. RGB value is (93,99,170). Sum of RGB (Red+Green+Blue) = 93+99+170=362 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.69% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D63AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D63AA is #A29C55. Grayscale: #696969. Windows color (decimal): -10656854 or 11166557. OLE color: 11166557.

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

Color convert

RGB9399170-
CMYK0.450.4200.33
HSL235.32º31.17%51.57%-
HSV(B)235.32º45.29%66.67%-
XYZ16.2314.1539.91-
YUV105.3164.51119.23-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.69%
GREEN value IS 99 (39.06% from 255) = 27.35%
BLUE value IS 170 (66.80% from 255) = 46.96%
R=25.69%
G=27.35%
B=46.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal93991700.450.4200.33235.3231.1751.57
Hex5D63AA2D2A021eb1f34
Octal13514325255520413533764
Binary101110111000111010101010110110101001000011110101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D63AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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