Html Css Color HEX #5952DB Slate Blue

📋 copy color: '#5952DB'

red 89 ◦ green 82 ◦ blue 219

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

Shades of Slate Blue #5952DB

Tints of Slate Blue #5952DB

RGB

 RED value IS 89 (35.16% from 255) = 22.82%

 GREEN value IS 82 (32.42% from 255) = 21.03%

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

R = 22.82%
G = 21.03%
B = 56.15%

CMYK

 C value IS 0.59

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5952DB (or 0x5952DB) is known color: Slate Blue. HEX triplet: 59, 52 and DB. RGB value is (89,82,219). Sum of RGB (Red+Green+Blue) = 89+82+219=390 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.82% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #5952DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5952DB is #A6AD24. Grayscale: #636363. Windows color (decimal): -10923301 or 14373465. OLE color: 14373465.

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

Color convert

RGB 89 82 219 -
CMYK 0.59 0.63 0 0.14
HSL 243.07º 0.66% 0.59% -
HSV(B) 243.07º 0.63% 0.86% -
XYZ 19.92 13.27 68.53 -
YUV 99.71 195.32 120.36 -
System Red Green Blue C M Y K H S L
Decimal 89 82 219 0.59 0.63 0 0.14 243.07 0.66 0.59
Hex 59 52 DB 3B 3F 0 E F3 42 3B
Octal 131 122 333 73 77 0 16 363 102 73
Binary 1011001 1010010 11011011 111011 111111 0 1110 11110011 1000010 111011

Color Harmonies of #5952DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5952DB

Black with #5952DB

Text Example


Text Example

White with #5952DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,82,219); }

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

background-color css

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

 a { background-color: rgb(89,82,219); }

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

border-color css

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

 span { border-color: rgb(89,82,219); }

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