Html Css Color HEX #5459BB Rich Blue

📋 copy color: '#5459BB'

red 84 ◦ green 89 ◦ blue 187

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

Shades of Rich Blue #5459BB

Tints of Rich Blue #5459BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.94%

R = 23.33%
G = 24.72%
B = 51.94%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5459BB (or 0x5459BB) is known color: Rich Blue. HEX triplet: 54, 59 and BB. RGB value is (84,89,187). Sum of RGB (Red+Green+Blue) = 84+89+187=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #5459BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5459BB is #ABA644. Grayscale: #626262. Windows color (decimal): -11249221 or 12278100. OLE color: 12278100.

HSL color Cylindrical-coordinate representation of color #5459BB: hue angle of 237.09º 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 #5459BB is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 84 89 187 -
CMYK 0.55 0.52 0 0.27
HSL 237.09º 0.43% 0.53% -
HSV(B) 237.09º 0.55% 0.73% -
XYZ 16.2 12.62 48.6 -
YUV 98.68 177.84 117.53 -
System Red Green Blue C M Y K H S L
Decimal 84 89 187 0.55 0.52 0 0.27 237.09 0.43 0.53
Hex 54 59 BB 37 34 0 1B ED 2B 35
Octal 124 131 273 67 64 0 33 355 53 65
Binary 1010100 1011001 10111011 110111 110100 0 11011 11101101 101011 110101

Color Harmonies of #5459BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5459BB

Black with #5459BB

Text Example


Text Example

White with #5459BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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