#515EAF

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

Shades of Rich Blue #515EAF

Tints of Rich Blue #515EAF

Color information

#515EAF (or 0x515EAF) is unknown color: approx Rich Blue. HEX triplet: 51, 5E and AF. RGB value is (81,94,175). Sum of RGB (Red+Green+Blue) = 81+94+175=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: blue. Hex color #515EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515EAF is #AEA150. Grayscale: #636363. Windows color (decimal): -11444561 or 11492945. OLE color: 11492945.

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

Color convert

RGB8194175-
CMYK0.540.4600.31
HSL231.7º37.01%50.2%-
HSV(B)231.7º53.71%68.63%-
XYZ15.1312.8542.24-
YUV99.35170.69114.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.14%
GREEN value IS 94 (37.11% from 255) = 26.86%
BLUE value IS 175 (68.75% from 255) = 50%
R=23.14%
G=26.86%
B=50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal81941750.540.4600.31231.737.0150.2
Hex515EAF362E01Fe82532
Octal12113625766560373504562
Binary101000110111101010111111011010111001111111101000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,94,175); }

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

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

 a { background-color: rgb(81,94,175); }

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

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

 span { border-color: rgb(81,94,175); }

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