Html Css Color HEX #5950CB Slate Blue

📋 copy color: '#5950CB'

red 89 ◦ green 80 ◦ blue 203

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

Shades of Slate Blue #5950CB

Tints of Slate Blue #5950CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 54.57%

R = 23.92%
G = 21.51%
B = 54.57%

CMYK

 C value IS 0.56

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5950CB (or 0x5950CB) is known color: Slate Blue. HEX triplet: 59, 50 and CB. RGB value is (89,80,203). Sum of RGB (Red+Green+Blue) = 89+80+203=372 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.92% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #5950CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5950CB is #A6AF34. Grayscale: #606060. Windows color (decimal): -10923829 or 13324377. OLE color: 13324377.

HSL color Cylindrical-coordinate representation of color #5950CB: hue angle of 244.39º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5950CB is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 80 203 -
CMYK 0.56 0.61 0 0.20
HSL 244.39º 0.54% 0.55% -
HSV(B) 244.39º 0.61% 0.8% -
XYZ 17.77 12.17 57.91 -
YUV 96.71 187.98 122.5 -
System Red Green Blue C M Y K H S L
Decimal 89 80 203 0.56 0.61 0 0.20 244.39 0.54 0.55
Hex 59 50 CB 38 3D 0 14 F4 36 37
Octal 131 120 313 70 75 0 24 364 66 67
Binary 1011001 1010000 11001011 111000 111101 0 10100 11110100 110110 110111

Color Harmonies of #5950CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5950CB

Black with #5950CB

Text Example


Text Example

White with #5950CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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