Html Css Color HEX #5950CA Slate Blue

📋 copy color: '#5950CA'

red 89 ◦ green 80 ◦ blue 202

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

Shades of Slate Blue #5950CA

Tints of Slate Blue #5950CA

RGB

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

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

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

R = 23.99%
G = 21.56%
B = 54.45%

CMYK

 C value IS 0.56

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5950CA (or 0x5950CA) is known color: Slate Blue. HEX triplet: 59, 50 and CA. RGB value is (89,80,202). Sum of RGB (Red+Green+Blue) = 89+80+202=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #5950CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5950CA is #A6AF35. Grayscale: #606060. Windows color (decimal): -10923830 or 13258841. OLE color: 13258841.

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

Color convert

RGB 89 80 202 -
CMYK 0.56 0.60 0 0.21
HSL 244.43º 0.54% 0.55% -
HSV(B) 244.43º 0.6% 0.79% -
XYZ 17.65 12.13 57.29 -
YUV 96.6 187.48 122.58 -
System Red Green Blue C M Y K H S L
Decimal 89 80 202 0.56 0.60 0 0.21 244.43 0.54 0.55
Hex 59 50 CA 38 3C 0 15 F4 36 37
Octal 131 120 312 70 74 0 25 364 66 67
Binary 1011001 1010000 11001010 111000 111100 0 10101 11110100 110110 110111

Color Harmonies of #5950CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5950CA

Black with #5950CA

Text Example


Text Example

White with #5950CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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