#515CAD

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

Shades of Rich Blue #515CAD

Tints of Rich Blue #515CAD

Color information

#515CAD (or 0x515CAD) is unknown color: approx Rich Blue. HEX triplet: 51, 5C and AD. RGB value is (81,92,173). Sum of RGB (Red+Green+Blue) = 81+92+173=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 92 (36.33% from 255 or 26.59% 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 #515CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515CAD is #AEA352. Grayscale: #616161. Windows color (decimal): -11445075 or 11361361. OLE color: 11361361.

HSL color Cylindrical-coordinate representation of color #515CAD: hue angle of 232.83º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #515CAD is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8192173-
CMYK0.530.4700.32
HSL232.83º36.22%49.8%-
HSV(B)232.83º53.18%67.84%-
XYZ14.7612.4241.15-
YUV97.94170.36115.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.41%
GREEN value IS 92 (36.33% from 255) = 26.59%
BLUE value IS 173 (67.97% from 255) = 50%
R=23.41%
G=26.59%
B=50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81921730.530.4700.32232.8336.2249.8
Hex515CAD352F020e92432
Octal12113425565570403514462
Binary1010001101110010101101110101101111010000011101001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,92,173); }

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

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

 a { background-color: rgb(81,92,173); }

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

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

 span { border-color: rgb(81,92,173); }

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