#515DAC

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

Shades of Rich Blue #515DAC

Tints of Rich Blue #515DAC

Color information

#515DAC (or 0x515DAC) is unknown color: approx Rich Blue. HEX triplet: 51, 5D and AC. RGB value is (81,93,172). Sum of RGB (Red+Green+Blue) = 81+93+172=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #515DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515DAC is #AEA253. Grayscale: #626262. Windows color (decimal): -11444820 or 11296081. OLE color: 11296081.

HSL color Cylindrical-coordinate representation of color #515DAC: hue angle of 232.09º 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 #515DAC is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8193172-
CMYK0.530.4600.33
HSL232.09º35.97%49.61%-
HSV(B)232.09º52.91%67.45%-
XYZ14.7512.5640.68-
YUV98.42169.52115.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.41%
GREEN value IS 93 (36.72% from 255) = 26.88%
BLUE value IS 172 (67.58% from 255) = 49.71%
R=23.41%
G=26.88%
B=49.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81931720.530.4600.33232.0935.9749.61
Hex515DAC352E021e82432
Octal12113525465560413504462
Binary1010001101110110101100110101101110010000111101000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515DAC; }

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

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

<style>
 a { background-color: #515DAC; }

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

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

<style>
 span { border-color: #515DAC; }

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

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