Html Css Color HEX #5459BC Rich Blue

📋 copy color: '#5459BC'

red 84 ◦ green 89 ◦ blue 188

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

Shades of Rich Blue #5459BC

Tints of Rich Blue #5459BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.08%

R = 23.27%
G = 24.65%
B = 52.08%

CMYK

 C value IS 0.55

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5459BC (or 0x5459BC) is known color: Rich Blue. HEX triplet: 54, 59 and BC. RGB value is (84,89,188). Sum of RGB (Red+Green+Blue) = 84+89+188=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #5459BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5459BC is #ABA643. Grayscale: #626262. Windows color (decimal): -11249220 or 12343636. OLE color: 12343636.

HSL color Cylindrical-coordinate representation of color #5459BC: hue angle of 237.12º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5459BC is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 84 89 188 -
CMYK 0.55 0.53 0 0.26
HSL 237.12º 0.44% 0.53% -
HSV(B) 237.12º 0.55% 0.74% -
XYZ 16.31 12.66 49.16 -
YUV 98.79 178.34 117.45 -
System Red Green Blue C M Y K H S L
Decimal 84 89 188 0.55 0.53 0 0.26 237.12 0.44 0.53
Hex 54 59 BC 37 35 0 1A ED 2C 35
Octal 124 131 274 67 65 0 32 355 54 65
Binary 1010100 1011001 10111100 110111 110101 0 11010 11101101 101100 110101

Color Harmonies of #5459BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5459BC

Black with #5459BC

Text Example


Text Example

White with #5459BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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