Html Css Color HEX #5463AF Rich Blue

📋 copy color: '#5463AF'

red 84 ◦ green 99 ◦ blue 175

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

Shades of Rich Blue #5463AF

Tints of Rich Blue #5463AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.88%

R = 23.46%
G = 27.65%
B = 48.88%

CMYK

 C value IS 0.52

 M value IS 0.43

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5463AF (or 0x5463AF) is known color: Rich Blue. HEX triplet: 54, 63 and AF. RGB value is (84,99,175). Sum of RGB (Red+Green+Blue) = 84+99+175=358 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.46% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #5463AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5463AF is #AB9C50. Grayscale: #666666. Windows color (decimal): -11246673 or 11494228. OLE color: 11494228.

HSL color Cylindrical-coordinate representation of color #5463AF: hue angle of 230.11º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5463AF is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 84 99 175 -
CMYK 0.52 0.43 0 0.31
HSL 230.11º 0.36% 0.51% -
HSV(B) 230.11º 0.52% 0.69% -
XYZ 15.86 13.9 42.41 -
YUV 103.18 168.53 114.32 -
System Red Green Blue C M Y K H S L
Decimal 84 99 175 0.52 0.43 0 0.31 230.11 0.36 0.51
Hex 54 63 AF 34 2B 0 1F E6 24 33
Octal 124 143 257 64 53 0 37 346 44 63
Binary 1010100 1100011 10101111 110100 101011 0 11111 11100110 100100 110011

Color Harmonies of #5463AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5463AF

Black with #5463AF

Text Example


Text Example

White with #5463AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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