Html Css Color HEX #5462BA Rich Blue

📋 copy color: '#5462BA'

red 84 ◦ green 98 ◦ blue 186

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

Shades of Rich Blue #5462BA

Tints of Rich Blue #5462BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.54%

R = 22.83%
G = 26.63%
B = 50.54%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5462BA (or 0x5462BA) is known color: Rich Blue. HEX triplet: 54, 62 and BA. RGB value is (84,98,186). Sum of RGB (Red+Green+Blue) = 84+98+186=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #5462BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5462BA is #AB9D45. Grayscale: #676767. Windows color (decimal): -11246918 or 12214868. OLE color: 12214868.

HSL color Cylindrical-coordinate representation of color #5462BA: hue angle of 231.76º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5462BA is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 84 98 186 -
CMYK 0.55 0.47 0 0.27
HSL 231.76º 0.43% 0.53% -
HSV(B) 231.76º 0.55% 0.73% -
XYZ 16.89 14.17 48.3 -
YUV 103.85 174.36 113.84 -
System Red Green Blue C M Y K H S L
Decimal 84 98 186 0.55 0.47 0 0.27 231.76 0.43 0.53
Hex 54 62 BA 37 2F 0 1B E8 2A 35
Octal 124 142 272 67 57 0 33 350 52 65
Binary 1010100 1100010 10111010 110111 101111 0 11011 11101000 101010 110101

Color Harmonies of #5462BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5462BA

Black with #5462BA

Text Example


Text Example

White with #5462BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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