#515FAF

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

Shades of Rich Blue #515FAF

Tints of Rich Blue #515FAF

Color information

#515FAF (or 0x515FAF) is unknown color: approx Rich Blue. HEX triplet: 51, 5F and AF. RGB value is (81,95,175). Sum of RGB (Red+Green+Blue) = 81+95+175=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #515FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515FAF is #AEA050. Grayscale: #636363. Windows color (decimal): -11444305 or 11493201. OLE color: 11493201.

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

Color convert

RGB8195175-
CMYK0.540.4600.31
HSL231.06º37.01%50.2%-
HSV(B)231.06º53.71%68.63%-
XYZ15.2213.0342.27-
YUV99.93170.36114.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.08%
GREEN value IS 95 (37.5% from 255) = 27.07%
BLUE value IS 175 (68.75% from 255) = 49.86%
R=23.08%
G=27.07%
B=49.86%

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
Decimal81951750.540.4600.31231.0637.0150.2
Hex515FAF362E01Fe72532
Octal12113725766560373474562
Binary101000110111111010111111011010111001111111100111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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