#5763AF

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

Shades of Rich Blue #5763AF

Tints of Rich Blue #5763AF

Color information

#5763AF (or 0x5763AF) is unknown color: approx Rich Blue. HEX triplet: 57, 63 and AF. RGB value is (87,99,175). Sum of RGB (Red+Green+Blue) = 87+99+175=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #5763AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5763AF is #A89C50. Grayscale: #676767. Windows color (decimal): -11050065 or 11494231. OLE color: 11494231.

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

Color convert

RGB8799175-
CMYK0.500.4300.31
HSL231.82º35.48%51.37%-
HSV(B)231.82º50.29%68.63%-
XYZ16.1314.0542.42-
YUV104.08168.02115.82-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.10%
GREEN value IS 99 (39.06% from 255) = 27.42%
BLUE value IS 175 (68.75% from 255) = 48.48%
R=24.10%
G=27.42%
B=48.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal87991750.500.4300.31231.8235.4851.37
Hex5763AF322B01Fe82333
Octal12714325762530373504363
Binary101011111000111010111111001010101101111111101000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5763AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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