Html Css Color HEX #5745DB Slate Blue

📋 copy color: '#5745DB'

red 87 ◦ green 69 ◦ blue 219

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

Shades of Slate Blue #5745DB

Tints of Slate Blue #5745DB

RGB

 RED value IS 87 (34.38% from 255) = 23.2%

 GREEN value IS 69 (27.34% from 255) = 18.4%

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

R = 23.2%
G = 18.4%
B = 58.4%

CMYK

 C value IS 0.60

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5745DB (or 0x5745DB) is known color: Slate Blue. HEX triplet: 57, 45 and DB. RGB value is (87,69,219). Sum of RGB (Red+Green+Blue) = 87+69+219=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #5745DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5745DB is #A8BA24. Grayscale: #5A5A5A. Windows color (decimal): -11057701 or 14370135. OLE color: 14370135.

HSL color Cylindrical-coordinate representation of color #5745DB: hue angle of 247.2º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5745DB is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 69 219 -
CMYK 0.60 0.68 0 0.14
HSL 247.2º 0.68% 0.56% -
HSV(B) 247.2º 0.68% 0.86% -
XYZ 18.84 11.4 68.22 -
YUV 91.48 199.96 124.8 -
System Red Green Blue C M Y K H S L
Decimal 87 69 219 0.60 0.68 0 0.14 247.2 0.68 0.56
Hex 57 45 DB 3C 44 0 E F7 44 38
Octal 127 105 333 74 104 0 16 367 104 70
Binary 1010111 1000101 11011011 111100 1000100 0 1110 11110111 1000100 111000

Color Harmonies of #5745DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5745DB

Black with #5745DB

Text Example


Text Example

White with #5745DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,69,219); }

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

background-color css

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

 a { background-color: rgb(87,69,219); }

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

border-color css

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

 span { border-color: rgb(87,69,219); }

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