#5452AB

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

Shades of Rich Blue #5452AB

Tints of Rich Blue #5452AB

Color information

#5452AB (or 0x5452AB) is unknown color: approx Rich Blue. HEX triplet: 54, 52 and AB. RGB value is (84,82,171). Sum of RGB (Red+Green+Blue) = 84+82+171=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #5452AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5452AB is #ABAD54. Grayscale: #5C5C5C. Windows color (decimal): -11251029 or 11227732. OLE color: 11227732.

HSL color Cylindrical-coordinate representation of color #5452AB: hue angle of 241.35º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5452AB is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8482171-
CMYK0.510.5200.33
HSL241.35º35.18%49.61%-
HSV(B)241.35º52.05%67.06%-
XYZ14.0210.8639.89-
YUV92.74172.16121.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.93%
GREEN value IS 82 (32.42% from 255) = 24.33%
BLUE value IS 171 (67.19% from 255) = 50.74%
R=24.93%
G=24.33%
B=50.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal84821710.510.5200.33241.3535.1849.61
Hex5452AB3334021f12332
Octal12412225363640413614362
Binary1010100101001010101011110011110100010000111110001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5452AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5452AB; }

 p { color: rgb(84,82,171); }

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

<style>
 a { background-color: #5452AB; }

 a { background-color: rgb(84,82,171); }

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

<style>
 span { border-color: #5452AB; }

 span { border-color: rgb(84,82,171); }

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