Html Css Color HEX #5455AE Rich Blue

📋 copy color: '#5455AE'

red 84 ◦ green 85 ◦ blue 174

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

Shades of Rich Blue #5455AE

Tints of Rich Blue #5455AE

RGB

 RED value IS 84 (33.2% from 255) = 24.49%

 GREEN value IS 85 (33.59% from 255) = 24.78%

 BLUE value IS 174 (68.36% from 255) = 50.73%

R = 24.49%
G = 24.78%
B = 50.73%

CMYK

 C value IS 0.52

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5455AE (or 0x5455AE) is known color: Rich Blue. HEX triplet: 54, 55 and AE. RGB value is (84,85,174). Sum of RGB (Red+Green+Blue) = 84+85+174=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #5455AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5455AE is #ABAA51. Grayscale: #5E5E5E. Windows color (decimal): -11250258 or 11425108. OLE color: 11425108.

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

Color convert

RGB 84 85 174 -
CMYK 0.52 0.51 0 0.32
HSL 239.33º 0.36% 0.51% -
HSV(B) 239.33º 0.52% 0.68% -
XYZ 14.54 11.44 41.49 -
YUV 94.85 172.67 120.26 -
System Red Green Blue C M Y K H S L
Decimal 84 85 174 0.52 0.51 0 0.32 239.33 0.36 0.51
Hex 54 55 AE 34 33 0 20 EF 24 33
Octal 124 125 256 64 63 0 40 357 44 63
Binary 1010100 1010101 10101110 110100 110011 0 100000 11101111 100100 110011

Color Harmonies of #5455AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5455AE

Black with #5455AE

Text Example


Text Example

White with #5455AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5455AE; }

 p { color: rgb(84,85,174); }

 H1.HeaderClassName
 {
   color: #5455AE;
 }
 .AnyTagClassName
 {
   color: #5455AE;
 }
</style>

background-color css

<style>
 a { background-color: #5455AE; }

 a { background-color: rgb(84,85,174); }

 div.DivClassName
 {
   background-color: #5455AE;
 }
 .BgClassName
 {
   background-color: #5455AE;
 }
</style>

border-color css

<style>
 span { border-color: #5455AE; }

 span { border-color: rgb(84,85,174); }

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