Html Css Color HEX #5462AC Rich Blue

📋 copy color: '#5462AC'

red 84 ◦ green 98 ◦ blue 172

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

Shades of Rich Blue #5462AC

Tints of Rich Blue #5462AC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.68%

 BLUE value IS 172 (67.58% from 255) = 48.59%

R = 23.73%
G = 27.68%
B = 48.59%

CMYK

 C value IS 0.51

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5462AC (or 0x5462AC) is known color: Rich Blue. HEX triplet: 54, 62 and AC. RGB value is (84,98,172). Sum of RGB (Red+Green+Blue) = 84+98+172=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #5462AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5462AC is #AB9D53. Grayscale: #656565. Windows color (decimal): -11246932 or 11297364. OLE color: 11297364.

HSL color Cylindrical-coordinate representation of color #5462AC: hue angle of 230.45º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5462AC is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 98 172 -
CMYK 0.51 0.43 0 0.33
HSL 230.45º 0.35% 0.5% -
HSV(B) 230.45º 0.51% 0.67% -
XYZ 15.47 13.6 40.84 -
YUV 102.25 167.36 114.98 -
System Red Green Blue C M Y K H S L
Decimal 84 98 172 0.51 0.43 0 0.33 230.45 0.35 0.5
Hex 54 62 AC 33 2B 0 21 E6 23 32
Octal 124 142 254 63 53 0 41 346 43 62
Binary 1010100 1100010 10101100 110011 101011 0 100001 11100110 100011 110010

Color Harmonies of #5462AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5462AC

Black with #5462AC

Text Example


Text Example

White with #5462AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5462AC; }

 p { color: rgb(84,98,172); }

 H1.HeaderClassName
 {
   color: #5462AC;
 }
 .AnyTagClassName
 {
   color: #5462AC;
 }
</style>

background-color css

<style>
 a { background-color: #5462AC; }

 a { background-color: rgb(84,98,172); }

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

border-color css

<style>
 span { border-color: #5462AC; }

 span { border-color: rgb(84,98,172); }

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