Html Css Color HEX #5B58CB Slate Blue

📋 copy color: '#5B58CB'

red 91 ◦ green 88 ◦ blue 203

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

Shades of Slate Blue #5B58CB

Tints of Slate Blue #5B58CB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.04%

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

R = 23.82%
G = 23.04%
B = 53.14%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5B58CB (or 0x5B58CB) is known color: Slate Blue. HEX triplet: 5B, 58 and CB. RGB value is (91,88,203). Sum of RGB (Red+Green+Blue) = 91+88+203=382 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.82% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B58CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B58CB is #A4A734. Grayscale: #656565. Windows color (decimal): -10790709 or 13326427. OLE color: 13326427.

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

Color convert

RGB 91 88 203 -
CMYK 0.55 0.57 0 0.20
HSL 241.57º 0.53% 0.57% -
HSV(B) 241.57º 0.57% 0.8% -
XYZ 18.58 13.52 58.13 -
YUV 102.01 184.99 120.15 -
System Red Green Blue C M Y K H S L
Decimal 91 88 203 0.55 0.57 0 0.20 241.57 0.53 0.57
Hex 5B 58 CB 37 39 0 14 F2 35 39
Octal 133 130 313 67 71 0 24 362 65 71
Binary 1011011 1011000 11001011 110111 111001 0 10100 11110010 110101 111001

Color Harmonies of #5B58CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B58CB

Black with #5B58CB

Text Example


Text Example

White with #5B58CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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