#5254AD

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

Shades of Rich Blue #5254AD

Tints of Rich Blue #5254AD

Color information

#5254AD (or 0x5254AD) is unknown color: approx Rich Blue. HEX triplet: 52, 54 and AD. RGB value is (82,84,173). Sum of RGB (Red+Green+Blue) = 82+84+173=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #5254AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5254AD is #ADAB52. Grayscale: #5D5D5D. Windows color (decimal): -11381587 or 11359314. OLE color: 11359314.

HSL color Cylindrical-coordinate representation of color #5254AD: hue angle of 238.68º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5254AD is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8284173-
CMYK0.530.5100.32
HSL238.68º35.69%50%-
HSV(B)238.68º52.6%67.84%-
XYZ14.1911.1540.94-
YUV93.55172.84119.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.19%
GREEN value IS 84 (33.20% from 255) = 24.78%
BLUE value IS 173 (67.97% from 255) = 51.03%
R=24.19%
G=24.78%
B=51.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal82841730.530.5100.32238.6835.6950
Hex5254AD3533020ef2432
Octal12212425565630403574462
Binary1010010101010010101101110101110011010000011101111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5254AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5254AD; }

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

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

<style>
 a { background-color: #5254AD; }

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

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

<style>
 span { border-color: #5254AD; }

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

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