Html Css Color HEX #5B50C0 Slate Blue

📋 copy color: '#5B50C0'

red 91 ◦ green 80 ◦ blue 192

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

Shades of Slate Blue #5B50C0

Tints of Slate Blue #5B50C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 52.89%

R = 25.07%
G = 22.04%
B = 52.89%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5B50C0 (or 0x5B50C0) is known color: Slate Blue. HEX triplet: 5B, 50 and C0. RGB value is (91,80,192). Sum of RGB (Red+Green+Blue) = 91+80+192=363 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25.07% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 192 (75.39% from 255 or 52.89% from 363); Max value from RGB is 192 - color contains mainly: blue. Hex color #5B50C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B50C0 is #A4AF3F. Grayscale: #5F5F5F. Windows color (decimal): -10792768 or 12603483. OLE color: 12603483.

HSL color Cylindrical-coordinate representation of color #5B50C0: hue angle of 245.89º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B50C0 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 91 80 192 -
CMYK 0.53 0.58 0 0.25
HSL 245.89º 0.47% 0.53% -
HSV(B) 245.89º 0.58% 0.75% -
XYZ 16.7 11.77 51.26 -
YUV 96.06 182.14 124.39 -
System Red Green Blue C M Y K H S L
Decimal 91 80 192 0.53 0.58 0 0.25 245.89 0.47 0.53
Hex 5B 50 C0 35 3A 0 19 F6 2F 35
Octal 133 120 300 65 72 0 31 366 57 65
Binary 1011011 1010000 11000000 110101 111010 0 11001 11110110 101111 110101

Color Harmonies of #5B50C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B50C0

Black with #5B50C0

Text Example


Text Example

White with #5B50C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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