Html Css Color HEX #5045DB Slate Blue

📋 copy color: '#5045DB'

red 80 ◦ green 69 ◦ blue 219

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

Shades of Slate Blue #5045DB

Tints of Slate Blue #5045DB

RGB

 RED value IS 80 (31.64% from 255) = 21.74%

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

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

R = 21.74%
G = 18.75%
B = 59.51%

CMYK

 C value IS 0.63

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5045DB (or 0x5045DB) is known color: Slate Blue. HEX triplet: 50, 45 and DB. RGB value is (80,69,219). Sum of RGB (Red+Green+Blue) = 80+69+219=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #5045DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5045DB is #AFBA24. Grayscale: #585858. Windows color (decimal): -11516453 or 14370128. OLE color: 14370128.

HSL color Cylindrical-coordinate representation of color #5045DB: hue angle of 244.4º 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 #5045DB is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 69 219 -
CMYK 0.63 0.68 0 0.14
HSL 244.4º 0.68% 0.56% -
HSV(B) 244.4º 0.68% 0.86% -
XYZ 18.22 11.08 68.2 -
YUV 89.39 201.14 121.3 -
System Red Green Blue C M Y K H S L
Decimal 80 69 219 0.63 0.68 0 0.14 244.4 0.68 0.56
Hex 50 45 DB 3F 44 0 E F4 44 38
Octal 120 105 333 77 104 0 16 364 104 70
Binary 1010000 1000101 11011011 111111 1000100 0 1110 11110100 1000100 111000

Color Harmonies of #5045DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5045DB

Black with #5045DB

Text Example


Text Example

White with #5045DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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