Html Css Color HEX #5953CA Slate Blue

📋 copy color: '#5953CA'

red 89 ◦ green 83 ◦ blue 202

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

Shades of Slate Blue #5953CA

Tints of Slate Blue #5953CA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.19%

 BLUE value IS 202 (79.3% from 255) = 54.01%

R = 23.8%
G = 22.19%
B = 54.01%

CMYK

 C value IS 0.56

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5953CA (or 0x5953CA) is known color: Slate Blue. HEX triplet: 59, 53 and CA. RGB value is (89,83,202). Sum of RGB (Red+Green+Blue) = 89+83+202=374 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.80% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 202 (79.30% from 255 or 54.01% from 374); Max value from RGB is 202 - color contains mainly: blue. Hex color #5953CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5953CA is #A6AC35. Grayscale: #616161. Windows color (decimal): -10923062 or 13259609. OLE color: 13259609.

HSL color Cylindrical-coordinate representation of color #5953CA: hue angle of 243.03º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5953CA is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 89 83 202 -
CMYK 0.56 0.59 0 0.21
HSL 243.03º 0.53% 0.56% -
HSV(B) 243.03º 0.59% 0.79% -
XYZ 17.87 12.57 57.36 -
YUV 98.36 186.49 121.32 -
System Red Green Blue C M Y K H S L
Decimal 89 83 202 0.56 0.59 0 0.21 243.03 0.53 0.56
Hex 59 53 CA 38 3B 0 15 F3 35 38
Octal 131 123 312 70 73 0 25 363 65 70
Binary 1011001 1010011 11001010 111000 111011 0 10101 11110011 110101 111000

Color Harmonies of #5953CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5953CA

Black with #5953CA

Text Example


Text Example

White with #5953CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5953CA; }

 p { color: rgb(89,83,202); }

 H1.HeaderClassName
 {
   color: #5953CA;
 }
 .AnyTagClassName
 {
   color: #5953CA;
 }
</style>

background-color css

<style>
 a { background-color: #5953CA; }

 a { background-color: rgb(89,83,202); }

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

border-color css

<style>
 span { border-color: #5953CA; }

 span { border-color: rgb(89,83,202); }

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