#5453AF

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

Shades of Rich Blue #5453AF

Tints of Rich Blue #5453AF

Color information

#5453AF (or 0x5453AF) is unknown color: approx Rich Blue. HEX triplet: 54, 53 and AF. RGB value is (84,83,175). Sum of RGB (Red+Green+Blue) = 84+83+175=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #5453AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5453AF is #ABAC50. Grayscale: #5D5D5D. Windows color (decimal): -11250769 or 11490132. OLE color: 11490132.

HSL color Cylindrical-coordinate representation of color #5453AF: hue angle of 240.65º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5453AF is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8483175-
CMYK0.520.5300.31
HSL240.65º36.51%50.59%-
HSV(B)240.65º52.57%68.63%-
XYZ14.4911.1741.95-
YUV93.79173.83121.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.56%
GREEN value IS 83 (32.81% from 255) = 24.27%
BLUE value IS 175 (68.75% from 255) = 51.17%
R=24.56%
G=24.27%
B=51.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal84831750.520.5300.31240.6536.5150.59
Hex5453AF343501Ff12533
Octal12412325764650373614563
Binary101010010100111010111111010011010101111111110001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5453AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5453AF; }

 p { color: rgb(84,83,175); }

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

<style>
 a { background-color: #5453AF; }

 a { background-color: rgb(84,83,175); }

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

<style>
 span { border-color: #5453AF; }

 span { border-color: rgb(84,83,175); }

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