Html Css Color HEX #5458BD Rich Blue

📋 copy color: '#5458BD'

red 84 ◦ green 88 ◦ blue 189

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

Shades of Rich Blue #5458BD

Tints of Rich Blue #5458BD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.38%

 BLUE value IS 189 (74.22% from 255) = 52.35%

R = 23.27%
G = 24.38%
B = 52.35%

CMYK

 C value IS 0.56

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5458BD (or 0x5458BD) is known color: Rich Blue. HEX triplet: 54, 58 and BD. RGB value is (84,88,189). Sum of RGB (Red+Green+Blue) = 84+88+189=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #5458BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5458BD is #ABA742. Grayscale: #616161. Windows color (decimal): -11249475 or 12408916. OLE color: 12408916.

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

Color convert

RGB 84 88 189 -
CMYK 0.56 0.53 0 0.26
HSL 237.71º 0.44% 0.54% -
HSV(B) 237.71º 0.56% 0.74% -
XYZ 16.33 12.54 49.7 -
YUV 98.32 179.17 117.79 -
System Red Green Blue C M Y K H S L
Decimal 84 88 189 0.56 0.53 0 0.26 237.71 0.44 0.54
Hex 54 58 BD 38 35 0 1A EE 2C 36
Octal 124 130 275 70 65 0 32 356 54 66
Binary 1010100 1011000 10111101 111000 110101 0 11010 11101110 101100 110110

Color Harmonies of #5458BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5458BD

Black with #5458BD

Text Example


Text Example

White with #5458BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5458BD; }

 p { color: rgb(84,88,189); }

 H1.HeaderClassName
 {
   color: #5458BD;
 }
 .AnyTagClassName
 {
   color: #5458BD;
 }
</style>

background-color css

<style>
 a { background-color: #5458BD; }

 a { background-color: rgb(84,88,189); }

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

border-color css

<style>
 span { border-color: #5458BD; }

 span { border-color: rgb(84,88,189); }

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