Html Css Color HEX #5458AF Rich Blue

📋 copy color: '#5458AF'

red 84 ◦ green 88 ◦ blue 175

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

Shades of Rich Blue #5458AF

Tints of Rich Blue #5458AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 50.43%

R = 24.21%
G = 25.36%
B = 50.43%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5458AF (or 0x5458AF) is known color: Rich Blue. HEX triplet: 54, 58 and AF. RGB value is (84,88,175). Sum of RGB (Red+Green+Blue) = 84+88+175=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 175 (68.75% from 255 or 50.43% from 347); Max value from RGB is 175 - color contains mainly: blue. Hex color #5458AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5458AF is #ABA750. Grayscale: #606060. Windows color (decimal): -11249489 or 11491412. OLE color: 11491412.

HSL color Cylindrical-coordinate representation of color #5458AF: hue angle of 237.36º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5458AF is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 84 88 175 -
CMYK 0.52 0.50 0 0.31
HSL 237.36º 0.36% 0.51% -
HSV(B) 237.36º 0.52% 0.69% -
XYZ 14.88 11.96 42.08 -
YUV 96.72 172.17 118.93 -
System Red Green Blue C M Y K H S L
Decimal 84 88 175 0.52 0.50 0 0.31 237.36 0.36 0.51
Hex 54 58 AF 34 32 0 1F ED 24 33
Octal 124 130 257 64 62 0 37 355 44 63
Binary 1010100 1011000 10101111 110100 110010 0 11111 11101101 100100 110011

Color Harmonies of #5458AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5458AF

Black with #5458AF

Text Example


Text Example

White with #5458AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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