#515FAA

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

Shades of Rich Blue #515FAA

Tints of Rich Blue #515FAA

Color information

#515FAA (or 0x515FAA) is unknown color: approx Rich Blue. HEX triplet: 51, 5F and AA. RGB value is (81,95,170). Sum of RGB (Red+Green+Blue) = 81+95+170=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #515FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515FAA is #AEA055. Grayscale: #636363. Windows color (decimal): -11444310 or 11165521. OLE color: 11165521.

HSL color Cylindrical-coordinate representation of color #515FAA: hue angle of 230.56º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #515FAA is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8195170-
CMYK0.520.4400.33
HSL230.56º35.46%49.22%-
HSV(B)230.56º52.35%66.67%-
XYZ14.7412.8439.73-
YUV99.36167.86114.9-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.41%
GREEN value IS 95 (37.5% from 255) = 27.46%
BLUE value IS 170 (66.80% from 255) = 49.13%
R=23.41%
G=27.46%
B=49.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81951700.520.4400.33230.5635.4649.22
Hex515FAA342C021e72331
Octal12113725264540413474361
Binary1010001101111110101010110100101100010000111100111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,95,170); }

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

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

 a { background-color: rgb(81,95,170); }

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

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

 span { border-color: rgb(81,95,170); }

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