Html Css Color HEX #5952D3 Slate Blue

📋 copy color: '#5952D3'

red 89 ◦ green 82 ◦ blue 211

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

Shades of Slate Blue #5952D3

Tints of Slate Blue #5952D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 55.24%

R = 23.3%
G = 21.47%
B = 55.24%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#5952D3 (or 0x5952D3) is known color: Slate Blue. HEX triplet: 59, 52 and D3. RGB value is (89,82,211). Sum of RGB (Red+Green+Blue) = 89+82+211=382 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.30% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 211 (82.81% from 255 or 55.24% from 382); Max value from RGB is 211 - color contains mainly: blue. Hex color #5952D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5952D3 is #A6AD2C. Grayscale: #626262. Windows color (decimal): -10923309 or 13849177. OLE color: 13849177.

HSL color Cylindrical-coordinate representation of color #5952D3: hue angle of 243.26º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5952D3 is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 89 82 211 -
CMYK 0.58 0.61 0 0.17
HSL 243.26º 0.59% 0.57% -
HSV(B) 243.26º 0.61% 0.83% -
XYZ 18.89 12.86 63.11 -
YUV 98.8 191.32 121.01 -
System Red Green Blue C M Y K H S L
Decimal 89 82 211 0.58 0.61 0 0.17 243.26 0.59 0.57
Hex 59 52 D3 3A 3D 0 11 F3 3B 39
Octal 131 122 323 72 75 0 21 363 73 71
Binary 1011001 1010010 11010011 111010 111101 0 10001 11110011 111011 111001

Color Harmonies of #5952D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5952D3

Black with #5952D3

Text Example


Text Example

White with #5952D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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