Html Css Color HEX #5254AD Rich Blue

📋 copy color: '#5254AD'

red 82 ◦ green 84 ◦ blue 173

#5254AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #5254AD

Tints of Rich Blue #5254AD

RGB

 RED value IS 82 (32.42% from 255) = 24.19%

 GREEN value IS 84 (33.2% 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 value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5254AD (or 0x5254AD) is known color: 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

RGB 82 84 173 -
CMYK 0.53 0.51 0 0.32
HSL 238.68º 0.36% 0.5% -
HSV(B) 238.68º 0.53% 0.68% -
XYZ 14.19 11.15 40.94 -
YUV 93.55 172.84 119.76 -
System Red Green Blue C M Y K H S L
Decimal 82 84 173 0.53 0.51 0 0.32 238.68 0.36 0.5
Hex 52 54 AD 35 33 0 20 EF 24 32
Octal 122 124 255 65 63 0 40 357 44 62
Binary 1010010 1010100 10101101 110101 110011 0 100000 11101111 100100 110010

Color Harmonies of #5254AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5254AD

Black with #5254AD

Text Example


Text Example

White with #5254AD

Text Example


Text Example

HTML Codes & Css Web 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>