Html Css Color HEX #5464AF Rich Blue

📋 copy color: '#5464AF'

red 84 ◦ green 100 ◦ blue 175

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

Shades of Rich Blue #5464AF

Tints of Rich Blue #5464AF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.86%

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

R = 23.4%
G = 27.86%
B = 48.75%

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

#5464AF (or 0x5464AF) is known color: Rich Blue. HEX triplet: 54, 64 and AF. RGB value is (84,100,175). Sum of RGB (Red+Green+Blue) = 84+100+175=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 175 - color contains mainly: blue. Hex color #5464AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5464AF is #AB9B50. Grayscale: #676767. Windows color (decimal): -11246417 or 11494484. OLE color: 11494484.

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

Color convert

RGB 84 100 175 -
CMYK 0.52 0.43 0 0.31
HSL 229.45º 0.36% 0.51% -
HSV(B) 229.45º 0.52% 0.69% -
XYZ 15.95 14.09 42.44 -
YUV 103.77 168.2 113.9 -
System Red Green Blue C M Y K H S L
Decimal 84 100 175 0.52 0.43 0 0.31 229.45 0.36 0.51
Hex 54 64 AF 34 2B 0 1F E5 24 33
Octal 124 144 257 64 53 0 37 345 44 63
Binary 1010100 1100100 10101111 110100 101011 0 11111 11100101 100100 110011

Color Harmonies of #5464AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5464AF

Black with #5464AF

Text Example


Text Example

White with #5464AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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