Html Css Color HEX #5456DB Slate Blue

📋 copy color: '#5456DB'

red 84 ◦ green 86 ◦ blue 219

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

Shades of Slate Blue #5456DB

Tints of Slate Blue #5456DB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.11%

 BLUE value IS 219 (85.94% from 255) = 56.3%

R = 21.59%
G = 22.11%
B = 56.3%

CMYK

 C value IS 0.62

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5456DB (or 0x5456DB) is known color: Slate Blue. HEX triplet: 54, 56 and DB. RGB value is (84,86,219). Sum of RGB (Red+Green+Blue) = 84+86+219=389 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.59% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #5456DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5456DB is #ABA924. Grayscale: #646464. Windows color (decimal): -11249957 or 14374484. OLE color: 14374484.

HSL color Cylindrical-coordinate representation of color #5456DB: hue angle of 239.11º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5456DB is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 86 219 -
CMYK 0.62 0.61 0 0.14
HSL 239.11º 0.65% 0.59% -
HSV(B) 239.11º 0.62% 0.86% -
XYZ 19.77 13.65 68.61 -
YUV 100.56 194.84 116.19 -
System Red Green Blue C M Y K H S L
Decimal 84 86 219 0.62 0.61 0 0.14 239.11 0.65 0.59
Hex 54 56 DB 3E 3D 0 E EF 41 3B
Octal 124 126 333 76 75 0 16 357 101 73
Binary 1010100 1010110 11011011 111110 111101 0 1110 11101111 1000001 111011

Color Harmonies of #5456DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5456DB

Black with #5456DB

Text Example


Text Example

White with #5456DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5456DB; }

 p { color: rgb(84,86,219); }

 H1.HeaderClassName
 {
   color: #5456DB;
 }
 .AnyTagClassName
 {
   color: #5456DB;
 }
</style>

background-color css

<style>
 a { background-color: #5456DB; }

 a { background-color: rgb(84,86,219); }

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

border-color css

<style>
 span { border-color: #5456DB; }

 span { border-color: rgb(84,86,219); }

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