#514CAF

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

Shades of Rich Blue #514CAF

Tints of Rich Blue #514CAF

Color information

#514CAF (or 0x514CAF) is unknown color: approx Rich Blue. HEX triplet: 51, 4C and AF. RGB value is (81,76,175). Sum of RGB (Red+Green+Blue) = 81+76+175=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 175 (68.75% from 255 or 52.71% from 332); Max value from RGB is 175 - color contains mainly: blue. Hex color #514CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514CAF is #AEB350. Grayscale: #585858. Windows color (decimal): -11449169 or 11488337. OLE color: 11488337.

HSL color Cylindrical-coordinate representation of color #514CAF: hue angle of 243.03º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #514CAF is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8176175-
CMYK0.540.5700.31
HSL243.03º39.44%49.22%-
HSV(B)243.03º56.57%68.63%-
XYZ13.7210.0141.77-
YUV88.78176.66122.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.40%
GREEN value IS 76 (30.08% from 255) = 22.89%
BLUE value IS 175 (68.75% from 255) = 52.71%
R=24.40%
G=22.89%
B=52.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal81761750.540.5700.31243.0339.4449.22
Hex514CAF363901Ff32731
Octal12111425766710373634761
Binary101000110011001010111111011011100101111111110011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514CAF; }

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

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

<style>
 a { background-color: #514CAF; }

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

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

<style>
 span { border-color: #514CAF; }

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

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