#5756AD

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

Shades of Rich Blue #5756AD

Tints of Rich Blue #5756AD

Color information

#5756AD (or 0x5756AD) is unknown color: approx Rich Blue. HEX triplet: 57, 56 and AD. RGB value is (87,86,173). Sum of RGB (Red+Green+Blue) = 87+86+173=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #5756AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5756AD is #A8A952. Grayscale: #5F5F5F. Windows color (decimal): -11053395 or 11359831. OLE color: 11359831.

HSL color Cylindrical-coordinate representation of color #5756AD: hue angle of 240.69º degrees, saturation: 0.35, 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 #5756AD is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8786173-
CMYK0.500.5000.32
HSL240.69º34.66%50.78%-
HSV(B)240.69º50.29%67.84%-
XYZ14.811.741.01-
YUV96.22171.33121.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.14%
GREEN value IS 86 (33.98% from 255) = 24.86%
BLUE value IS 173 (67.97% from 255) = 50%
R=25.14%
G=24.86%
B=50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal87861730.500.5000.32240.6934.6650.78
Hex5756AD3232020f12333
Octal12712625562620403614363
Binary1010111101011010101101110010110010010000011110001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5756AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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