Html Css Color HEX #545ADB Slate Blue

📋 copy color: '#545ADB'

red 84 ◦ green 90 ◦ blue 219

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

Shades of Slate Blue #545ADB

Tints of Slate Blue #545ADB

RGB

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

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

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

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

CMYK

 C value IS 0.62

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#545ADB (or 0x545ADB) is known color: Slate Blue. HEX triplet: 54, 5A and DB. RGB value is (84,90,219). Sum of RGB (Red+Green+Blue) = 84+90+219=393 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.37% from 393); Green value is 90 (35.55% from 255 or 22.90% 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 #545ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545ADB is #ABA524. Grayscale: #666666. Windows color (decimal): -11248933 or 14375508. OLE color: 14375508.

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

Color convert

RGB 84 90 219 -
CMYK 0.62 0.59 0 0.14
HSL 237.33º 0.65% 0.59% -
HSV(B) 237.33º 0.62% 0.86% -
XYZ 20.1 14.31 68.72 -
YUV 102.91 193.51 114.51 -
System Red Green Blue C M Y K H S L
Decimal 84 90 219 0.62 0.59 0 0.14 237.33 0.65 0.59
Hex 54 5A DB 3E 3B 0 E ED 41 3B
Octal 124 132 333 76 73 0 16 355 101 73
Binary 1010100 1011010 11011011 111110 111011 0 1110 11101101 1000001 111011

Color Harmonies of #545ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545ADB

Black with #545ADB

Text Example


Text Example

White with #545ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545ADB; }

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

 H1.HeaderClassName
 {
   color: #545ADB;
 }
 .AnyTagClassName
 {
   color: #545ADB;
 }
</style>

background-color css

<style>
 a { background-color: #545ADB; }

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

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

border-color css

<style>
 span { border-color: #545ADB; }

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

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