#5742AD

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

Shades of Rich Blue #5742AD

Tints of Rich Blue #5742AD

Color information

#5742AD (or 0x5742AD) is unknown color: approx Rich Blue. HEX triplet: 57, 42 and AD. RGB value is (87,66,173). Sum of RGB (Red+Green+Blue) = 87+66+173=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #5742AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5742AD is #A8BD52. Grayscale: #545454. Windows color (decimal): -11058515 or 11354711. OLE color: 11354711.

HSL color Cylindrical-coordinate representation of color #5742AD: hue angle of 251.78º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5742AD is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8766173-
CMYK0.500.6200.32
HSL251.78º44.77%46.86%-
HSV(B)251.78º61.85%67.84%-
XYZ13.428.9440.55-
YUV84.48177.96129.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.69%
GREEN value IS 66 (26.17% from 255) = 20.25%
BLUE value IS 173 (67.97% from 255) = 53.07%
R=26.69%
G=20.25%
B=53.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal87661730.500.6200.32251.7844.7746.86
Hex5742AD323E020fc2d2f
Octal12710225562760403745557
Binary1010111100001010101101110010111110010000011111100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5742AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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