Html Css Color HEX #5952DA Slate Blue

📋 copy color: '#5952DA'

red 89 ◦ green 82 ◦ blue 218

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

Shades of Slate Blue #5952DA

Tints of Slate Blue #5952DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 56.04%

R = 22.88%
G = 21.08%
B = 56.04%

CMYK

 C value IS 0.59

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5952DA (or 0x5952DA) is known color: Slate Blue. HEX triplet: 59, 52 and DA. RGB value is (89,82,218). Sum of RGB (Red+Green+Blue) = 89+82+218=389 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.88% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #5952DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5952DA is #A6AD25. Grayscale: #636363. Windows color (decimal): -10923302 or 14307929. OLE color: 14307929.

HSL color Cylindrical-coordinate representation of color #5952DA: hue angle of 243.09º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5952DA is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 89 82 218 -
CMYK 0.59 0.62 0 0.15
HSL 243.09º 0.65% 0.59% -
HSV(B) 243.09º 0.62% 0.85% -
XYZ 19.79 13.22 67.84 -
YUV 99.6 194.82 120.44 -
System Red Green Blue C M Y K H S L
Decimal 89 82 218 0.59 0.62 0 0.15 243.09 0.65 0.59
Hex 59 52 DA 3B 3E 0 F F3 41 3B
Octal 131 122 332 73 76 0 17 363 101 73
Binary 1011001 1010010 11011010 111011 111110 0 1111 11110011 1000001 111011

Color Harmonies of #5952DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5952DA

Black with #5952DA

Text Example


Text Example

White with #5952DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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