Html Css Color HEX #5463AE Rich Blue

📋 copy color: '#5463AE'

red 84 ◦ green 99 ◦ blue 174

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

Shades of Rich Blue #5463AE

Tints of Rich Blue #5463AE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.73%

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

R = 23.53%
G = 27.73%
B = 48.74%

CMYK

 C value IS 0.52

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5463AE (or 0x5463AE) is known color: Rich Blue. HEX triplet: 54, 63 and AE. RGB value is (84,99,174). Sum of RGB (Red+Green+Blue) = 84+99+174=357 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.53% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #5463AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5463AE is #AB9C51. Grayscale: #666666. Windows color (decimal): -11246674 or 11428692. OLE color: 11428692.

HSL color Cylindrical-coordinate representation of color #5463AE: hue angle of 230º 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 #5463AE is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 84 99 174 -
CMYK 0.52 0.43 0 0.32
HSL 230º 0.36% 0.51% -
HSV(B) 230º 0.52% 0.68% -
XYZ 15.76 13.86 41.89 -
YUV 103.07 168.03 114.4 -
System Red Green Blue C M Y K H S L
Decimal 84 99 174 0.52 0.43 0 0.32 230 0.36 0.51
Hex 54 63 AE 34 2B 0 20 E6 24 33
Octal 124 143 256 64 53 0 40 346 44 63
Binary 1010100 1100011 10101110 110100 101011 0 100000 11100110 100100 110011

Color Harmonies of #5463AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5463AE

Black with #5463AE

Text Example


Text Example

White with #5463AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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