Html Css Color HEX #5459BE Rich Blue

📋 copy color: '#5459BE'

red 84 ◦ green 89 ◦ blue 190

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

Shades of Rich Blue #5459BE

Tints of Rich Blue #5459BE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.52%

 BLUE value IS 190 (74.61% from 255) = 52.34%

R = 23.14%
G = 24.52%
B = 52.34%

CMYK

 C value IS 0.56

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5459BE (or 0x5459BE) is known color: Rich Blue. HEX triplet: 54, 59 and BE. RGB value is (84,89,190). Sum of RGB (Red+Green+Blue) = 84+89+190=363 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.14% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #5459BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5459BE is #ABA641. Grayscale: #626262. Windows color (decimal): -11249218 or 12474708. OLE color: 12474708.

HSL color Cylindrical-coordinate representation of color #5459BE: hue angle of 237.17º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5459BE is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 84 89 190 -
CMYK 0.56 0.53 0 0.25
HSL 237.17º 0.45% 0.54% -
HSV(B) 237.17º 0.56% 0.75% -
XYZ 16.52 12.75 50.3 -
YUV 99.02 179.34 117.29 -
System Red Green Blue C M Y K H S L
Decimal 84 89 190 0.56 0.53 0 0.25 237.17 0.45 0.54
Hex 54 59 BE 38 35 0 19 ED 2D 36
Octal 124 131 276 70 65 0 31 355 55 66
Binary 1010100 1011001 10111110 111000 110101 0 11001 11101101 101101 110110

Color Harmonies of #5459BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5459BE

Black with #5459BE

Text Example


Text Example

White with #5459BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5459BE; }

 p { color: rgb(84,89,190); }

 H1.HeaderClassName
 {
   color: #5459BE;
 }
 .AnyTagClassName
 {
   color: #5459BE;
 }
</style>

background-color css

<style>
 a { background-color: #5459BE; }

 a { background-color: rgb(84,89,190); }

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

border-color css

<style>
 span { border-color: #5459BE; }

 span { border-color: rgb(84,89,190); }

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