Html Css Color HEX #5B50CD Slate Blue

📋 copy color: '#5B50CD'

red 91 ◦ green 80 ◦ blue 205

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

Shades of Slate Blue #5B50CD

Tints of Slate Blue #5B50CD

RGB

 RED value IS 91 (35.94% from 255) = 24.2%

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

 BLUE value IS 205 (80.47% from 255) = 54.52%

R = 24.2%
G = 21.28%
B = 54.52%

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

#5B50CD (or 0x5B50CD) is known color: Slate Blue. HEX triplet: 5B, 50 and CD. RGB value is (91,80,205). Sum of RGB (Red+Green+Blue) = 91+80+205=376 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.20% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #5B50CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B50CD is #A4AF32. Grayscale: #616161. Windows color (decimal): -10792755 or 13455451. OLE color: 13455451.

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

Color convert

RGB 91 80 205 -
CMYK 0.56 0.61 0 0.20
HSL 245.28º 0.56% 0.56% -
HSV(B) 245.28º 0.61% 0.8% -
XYZ 18.2 12.37 59.19 -
YUV 97.54 188.64 123.34 -
System Red Green Blue C M Y K H S L
Decimal 91 80 205 0.56 0.61 0 0.20 245.28 0.56 0.56
Hex 5B 50 CD 38 3D 0 14 F5 38 38
Octal 133 120 315 70 75 0 24 365 70 70
Binary 1011011 1010000 11001101 111000 111101 0 10100 11110101 111000 111000

Color Harmonies of #5B50CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B50CD

Black with #5B50CD

Text Example


Text Example

White with #5B50CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B50CD; }

 p { color: rgb(91,80,205); }

 H1.HeaderClassName
 {
   color: #5B50CD;
 }
 .AnyTagClassName
 {
   color: #5B50CD;
 }
</style>

background-color css

<style>
 a { background-color: #5B50CD; }

 a { background-color: rgb(91,80,205); }

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

border-color css

<style>
 span { border-color: #5B50CD; }

 span { border-color: rgb(91,80,205); }

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