#514FAA

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

Shades of Rich Blue #514FAA

Tints of Rich Blue #514FAA

Color information

#514FAA (or 0x514FAA) is unknown color: approx Rich Blue. HEX triplet: 51, 4F and AA. RGB value is (81,79,170). Sum of RGB (Red+Green+Blue) = 81+79+170=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #514FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514FAA is #AEB055. Grayscale: #595959. Windows color (decimal): -11448406 or 11161425. OLE color: 11161425.

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

Color convert

RGB8179170-
CMYK0.520.5400.33
HSL241.32º36.55%48.82%-
HSV(B)241.32º53.53%66.67%-
XYZ13.4510.2439.3-
YUV89.97173.16121.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.55%
GREEN value IS 79 (31.25% from 255) = 23.94%
BLUE value IS 170 (66.80% from 255) = 51.52%
R=24.55%
G=23.94%
B=51.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81791700.520.5400.33241.3236.5548.82
Hex514FAA3436021f12531
Octal12111725264660413614561
Binary1010001100111110101010110100110110010000111110001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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