Html Css Color HEX #5950C7 Slate Blue

📋 copy color: '#5950C7'

red 89 ◦ green 80 ◦ blue 199

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

Shades of Slate Blue #5950C7

Tints of Slate Blue #5950C7

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.74%

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

R = 24.18%
G = 21.74%
B = 54.08%

CMYK

 C value IS 0.55

 M value IS 0.60

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#5950C7 (or 0x5950C7) is known color: Slate Blue. HEX triplet: 59, 50 and C7. RGB value is (89,80,199). Sum of RGB (Red+Green+Blue) = 89+80+199=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 199 (78.12% from 255 or 54.08% from 368); Max value from RGB is 199 - color contains mainly: blue. Hex color #5950C7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5950C7 is #A6AF38. Grayscale: #5F5F5F. Windows color (decimal): -10923833 or 13062233. OLE color: 13062233.

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

Color convert

RGB 89 80 199 -
CMYK 0.55 0.60 0 0.22
HSL 244.54º 0.52% 0.55% -
HSV(B) 244.54º 0.6% 0.78% -
XYZ 17.3 11.98 55.43 -
YUV 96.26 185.98 122.82 -
System Red Green Blue C M Y K H S L
Decimal 89 80 199 0.55 0.60 0 0.22 244.54 0.52 0.55
Hex 59 50 C7 37 3C 0 16 F5 34 37
Octal 131 120 307 67 74 0 26 365 64 67
Binary 1011001 1010000 11000111 110111 111100 0 10110 11110101 110100 110111

Color Harmonies of #5950C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5950C7

Black with #5950C7

Text Example


Text Example

White with #5950C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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