Html Css Color HEX #5452AB Rich Blue

📋 copy color: '#5452AB'

red 84 ◦ green 82 ◦ blue 171

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

Shades of Rich Blue #5452AB

Tints of Rich Blue #5452AB

RGB

 RED value IS 84 (33.2% 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 value IS 0.51

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5452AB (or 0x5452AB) is known color: 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

RGB 84 82 171 -
CMYK 0.51 0.52 0 0.33
HSL 241.35º 0.35% 0.5% -
HSV(B) 241.35º 0.52% 0.67% -
XYZ 14.02 10.86 39.89 -
YUV 92.74 172.16 121.76 -
System Red Green Blue C M Y K H S L
Decimal 84 82 171 0.51 0.52 0 0.33 241.35 0.35 0.5
Hex 54 52 AB 33 34 0 21 F1 23 32
Octal 124 122 253 63 64 0 41 361 43 62
Binary 1010100 1010010 10101011 110011 110100 0 100001 11110001 100011 110010

Color Harmonies of #5452AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5452AB

Black with #5452AB

Text Example


Text Example

White with #5452AB

Text Example


Text Example

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