#5763AD

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

Shades of Rich Blue #5763AD

Tints of Rich Blue #5763AD

Color information

#5763AD (or 0x5763AD) is unknown color: approx Rich Blue. HEX triplet: 57, 63 and AD. RGB value is (87,99,173). Sum of RGB (Red+Green+Blue) = 87+99+173=359 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.23% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #5763AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5763AD is #A89C52. Grayscale: #676767. Windows color (decimal): -11050067 or 11363159. OLE color: 11363159.

HSL color Cylindrical-coordinate representation of color #5763AD: hue angle of 231.63º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5763AD is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8799173-
CMYK0.500.4300.32
HSL231.63º34.4%50.98%-
HSV(B)231.63º49.71%67.84%-
XYZ15.9413.9741.39-
YUV103.85167.02115.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.23%
GREEN value IS 99 (39.06% from 255) = 27.58%
BLUE value IS 173 (67.97% from 255) = 48.19%
R=24.23%
G=27.58%
B=48.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal87991730.500.4300.32231.6334.450.98
Hex5763AD322B020e82233
Octal12714325562530403504263
Binary1010111110001110101101110010101011010000011101000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5763AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5763AD; }

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

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

<style>
 a { background-color: #5763AD; }

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

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

<style>
 span { border-color: #5763AD; }

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

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