#5152AC

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

Shades of Rich Blue #5152AC

Tints of Rich Blue #5152AC

Color information

#5152AC (or 0x5152AC) is unknown color: approx Rich Blue. HEX triplet: 51, 52 and AC. RGB value is (81,82,172). Sum of RGB (Red+Green+Blue) = 81+82+172=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #5152AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5152AC is #AEAD53. Grayscale: #5B5B5B. Windows color (decimal): -11447636 or 11293265. OLE color: 11293265.

HSL color Cylindrical-coordinate representation of color #5152AC: hue angle of 239.34º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5152AC is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8182172-
CMYK0.530.5200.33
HSL239.34º35.97%49.61%-
HSV(B)239.34º52.91%67.45%-
XYZ13.8610.7640.38-
YUV91.96173.17120.18-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.18%
GREEN value IS 82 (32.42% from 255) = 24.48%
BLUE value IS 172 (67.58% from 255) = 51.34%
R=24.18%
G=24.48%
B=51.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81821720.530.5200.33239.3435.9749.61
Hex5152AC3534021ef2432
Octal12112225465640413574462
Binary1010001101001010101100110101110100010000111101111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5152AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5152AC; }

 p { color: rgb(81,82,172); }

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

<style>
 a { background-color: #5152AC; }

 a { background-color: rgb(81,82,172); }

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

<style>
 span { border-color: #5152AC; }

 span { border-color: rgb(81,82,172); }

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