#5752AF

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

Shades of Rich Blue #5752AF

Tints of Rich Blue #5752AF

Color information

#5752AF (or 0x5752AF) is unknown color: approx Rich Blue. HEX triplet: 57, 52 and AF. RGB value is (87,82,175). Sum of RGB (Red+Green+Blue) = 87+82+175=344 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.29% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 175 (68.75% from 255 or 50.87% from 344); Max value from RGB is 175 - color contains mainly: blue. Hex color #5752AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5752AF is #A8AD50. Grayscale: #5D5D5D. Windows color (decimal): -11054417 or 11489879. OLE color: 11489879.

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

Color convert

RGB8782175-
CMYK0.500.5300.31
HSL243.23º36.76%50.39%-
HSV(B)243.23º53.14%68.63%-
XYZ14.6911.1641.94-
YUV94.1173.66122.94-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.29%
GREEN value IS 82 (32.42% from 255) = 23.84%
BLUE value IS 175 (68.75% from 255) = 50.87%
R=25.29%
G=23.84%
B=50.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal87821750.500.5300.31243.2336.7650.39
Hex5752AF323501Ff32532
Octal12712225762650373634562
Binary101011110100101010111111001011010101111111110011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5752AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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