Html Css Color HEX #5953C7 Slate Blue

📋 copy color: '#5953C7'

red 89 ◦ green 83 ◦ blue 199

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

Shades of Slate Blue #5953C7

Tints of Slate Blue #5953C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 53.64%

R = 23.99%
G = 22.37%
B = 53.64%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#5953C7 (or 0x5953C7) is known color: Slate Blue. HEX triplet: 59, 53 and C7. RGB value is (89,83,199). Sum of RGB (Red+Green+Blue) = 89+83+199=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 199 (78.12% from 255 or 53.64% from 371); Max value from RGB is 199 - color contains mainly: blue. Hex color #5953C7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5953C7 is #A6AC38. Grayscale: #616161. Windows color (decimal): -10923065 or 13063001. OLE color: 13063001.

HSL color Cylindrical-coordinate representation of color #5953C7: hue angle of 243.1º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5953C7 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 89 83 199 -
CMYK 0.55 0.58 0 0.22
HSL 243.1º 0.51% 0.55% -
HSV(B) 243.1º 0.58% 0.78% -
XYZ 17.52 12.43 55.51 -
YUV 98.02 184.99 121.57 -
System Red Green Blue C M Y K H S L
Decimal 89 83 199 0.55 0.58 0 0.22 243.1 0.51 0.55
Hex 59 53 C7 37 3A 0 16 F3 33 37
Octal 131 123 307 67 72 0 26 363 63 67
Binary 1011001 1010011 11000111 110111 111010 0 10110 11110011 110011 110111

Color Harmonies of #5953C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5953C7

Black with #5953C7

Text Example


Text Example

White with #5953C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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