#5045A7

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

Shades of Rich Blue #5045A7

Tints of Rich Blue #5045A7

Color information

#5045A7 (or 0x5045A7) is unknown color: approx Rich Blue. HEX triplet: 50, 45 and A7. RGB value is (80,69,167). Sum of RGB (Red+Green+Blue) = 80+69+167=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 167 (65.62% from 255 or 52.85% from 316); Max value from RGB is 167 - color contains mainly: blue. Hex color #5045A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5045A7 is #AFBA58. Grayscale: #535353. Windows color (decimal): -11516505 or 10962256. OLE color: 10962256.

HSL color Cylindrical-coordinate representation of color #5045A7: hue angle of 246.73º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5045A7 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8069167-
CMYK0.520.5900.35
HSL246.73º41.53%46.27%-
HSV(B)246.73º58.68%65.49%-
XYZ12.418.7537.59-
YUV83.46175.14125.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.32%
GREEN value IS 69 (27.34% from 255) = 21.84%
BLUE value IS 167 (65.62% from 255) = 52.85%
R=25.32%
G=21.84%
B=52.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal80691670.520.5900.35246.7341.5346.27
Hex5045A7343B023f72a2e
Octal12010524764730433675256
Binary1010000100010110100111110100111011010001111110111101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5045A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5045A7; }

 p { color: rgb(80,69,167); }

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

<style>
 a { background-color: #5045A7; }

 a { background-color: rgb(80,69,167); }

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

<style>
 span { border-color: #5045A7; }

 span { border-color: rgb(80,69,167); }

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