Html Css Color HEX #5B50CB Slate Blue

📋 copy color: '#5B50CB'

red 91 ◦ green 80 ◦ blue 203

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

Shades of Slate Blue #5B50CB

Tints of Slate Blue #5B50CB

RGB

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

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

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

R = 24.33%
G = 21.39%
B = 54.28%

CMYK

 C value IS 0.55

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5B50CB (or 0x5B50CB) is known color: Slate Blue. HEX triplet: 5B, 50 and CB. RGB value is (91,80,203). Sum of RGB (Red+Green+Blue) = 91+80+203=374 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.33% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B50CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B50CB is #A4AF34. Grayscale: #606060. Windows color (decimal): -10792757 or 13324379. OLE color: 13324379.

HSL color Cylindrical-coordinate representation of color #5B50CB: hue angle of 245.37º 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 #5B50CB is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 91 80 203 -
CMYK 0.55 0.61 0 0.20
HSL 245.37º 0.54% 0.55% -
HSV(B) 245.37º 0.61% 0.8% -
XYZ 17.96 12.27 57.92 -
YUV 97.31 187.64 123.5 -
System Red Green Blue C M Y K H S L
Decimal 91 80 203 0.55 0.61 0 0.20 245.37 0.54 0.55
Hex 5B 50 CB 37 3D 0 14 F5 36 37
Octal 133 120 313 67 75 0 24 365 66 67
Binary 1011011 1010000 11001011 110111 111101 0 10100 11110101 110110 110111

Color Harmonies of #5B50CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B50CB

Black with #5B50CB

Text Example


Text Example

White with #5B50CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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