Html Css Color HEX #5A54DB Slate Blue

📋 copy color: '#5A54DB'

red 90 ◦ green 84 ◦ blue 219

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

Shades of Slate Blue #5A54DB

Tints of Slate Blue #5A54DB

RGB

 RED value IS 90 (35.55% from 255) = 22.9%

 GREEN value IS 84 (33.2% from 255) = 21.37%

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

R = 22.9%
G = 21.37%
B = 55.73%

CMYK

 C value IS 0.59

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5A54DB (or 0x5A54DB) is known color: Slate Blue. HEX triplet: 5A, 54 and DB. RGB value is (90,84,219). Sum of RGB (Red+Green+Blue) = 90+84+219=393 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.90% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A54DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A54DB is #A5AB24. Grayscale: #646464. Windows color (decimal): -10857253 or 14373978. OLE color: 14373978.

HSL color Cylindrical-coordinate representation of color #5A54DB: hue angle of 242.67º 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 #5A54DB is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 90 84 219 -
CMYK 0.59 0.62 0 0.14
HSL 242.67º 0.65% 0.59% -
HSV(B) 242.67º 0.62% 0.86% -
XYZ 20.17 13.63 68.59 -
YUV 101.18 194.49 120.02 -
System Red Green Blue C M Y K H S L
Decimal 90 84 219 0.59 0.62 0 0.14 242.67 0.65 0.59
Hex 5A 54 DB 3B 3E 0 E F3 41 3B
Octal 132 124 333 73 76 0 16 363 101 73
Binary 1011010 1010100 11011011 111011 111110 0 1110 11110011 1000001 111011

Color Harmonies of #5A54DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A54DB

Black with #5A54DB

Text Example


Text Example

White with #5A54DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A54DB; }

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

 H1.HeaderClassName
 {
   color: #5A54DB;
 }
 .AnyTagClassName
 {
   color: #5A54DB;
 }
</style>

background-color css

<style>
 a { background-color: #5A54DB; }

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

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

border-color css

<style>
 span { border-color: #5A54DB; }

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

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