Html Css Color HEX #5952DF Slate Blue

📋 copy color: '#5952DF'

red 89 ◦ green 82 ◦ blue 223

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

Shades of Slate Blue #5952DF

Tints of Slate Blue #5952DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.6%

R = 22.59%
G = 20.81%
B = 56.6%

CMYK

 C value IS 0.60

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5952DF (or 0x5952DF) is known color: Slate Blue. HEX triplet: 59, 52 and DF. RGB value is (89,82,223). Sum of RGB (Red+Green+Blue) = 89+82+223=394 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.59% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #5952DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5952DF is #A6AD20. Grayscale: #636363. Windows color (decimal): -10923297 or 14635609. OLE color: 14635609.

HSL color Cylindrical-coordinate representation of color #5952DF: hue angle of 242.98º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5952DF is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 82 223 -
CMYK 0.60 0.63 0 0.13
HSL 242.98º 0.69% 0.6% -
HSV(B) 242.98º 0.63% 0.87% -
XYZ 20.46 13.49 71.34 -
YUV 100.17 197.32 120.04 -
System Red Green Blue C M Y K H S L
Decimal 89 82 223 0.60 0.63 0 0.13 242.98 0.69 0.6
Hex 59 52 DF 3C 3F 0 D F3 45 3C
Octal 131 122 337 74 77 0 15 363 105 74
Binary 1011001 1010010 11011111 111100 111111 0 1101 11110011 1000101 111100

Color Harmonies of #5952DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5952DF

Black with #5952DF

Text Example


Text Example

White with #5952DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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