Html Css Color HEX #5458DC Slate Blue

📋 copy color: '#5458DC'

red 84 ◦ green 88 ◦ blue 220

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

Shades of Slate Blue #5458DC

Tints of Slate Blue #5458DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 56.12%

R = 21.43%
G = 22.45%
B = 56.12%

CMYK

 C value IS 0.62

 M value IS 0.6

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5458DC (or 0x5458DC) is known color: Slate Blue. HEX triplet: 54, 58 and DC. RGB value is (84,88,220). Sum of RGB (Red+Green+Blue) = 84+88+220=392 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.43% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #5458DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5458DC is #ABA723. Grayscale: #656565. Windows color (decimal): -11249444 or 14440532. OLE color: 14440532.

HSL color Cylindrical-coordinate representation of color #5458DC: hue angle of 238.24º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5458DC is Cyan = 0.62, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 88 220 -
CMYK 0.62 0.6 0 0.14
HSL 238.24º 0.66% 0.6% -
HSV(B) 238.24º 0.62% 0.86% -
XYZ 20.06 14.03 69.36 -
YUV 101.85 194.67 115.27 -
System Red Green Blue C M Y K H S L
Decimal 84 88 220 0.62 0.6 0 0.14 238.24 0.66 0.6
Hex 54 58 DC 3E 3C 0 E EE 42 3C
Octal 124 130 334 76 74 0 16 356 102 74
Binary 1010100 1011000 11011100 111110 111100 0 1110 11101110 1000010 111100

Color Harmonies of #5458DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5458DC

Black with #5458DC

Text Example


Text Example

White with #5458DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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