Html Css Color HEX #5B58CE Slate Blue

📋 copy color: '#5B58CE'

red 91 ◦ green 88 ◦ blue 206

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

Shades of Slate Blue #5B58CE

Tints of Slate Blue #5B58CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.51%

R = 23.64%
G = 22.86%
B = 53.51%

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5B58CE (or 0x5B58CE) is known color: Slate Blue. HEX triplet: 5B, 58 and CE. RGB value is (91,88,206). Sum of RGB (Red+Green+Blue) = 91+88+206=385 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.64% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B58CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B58CE is #A4A731. Grayscale: #656565. Windows color (decimal): -10790706 or 13523035. OLE color: 13523035.

HSL color Cylindrical-coordinate representation of color #5B58CE: hue angle of 241.53º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5B58CE is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 91 88 206 -
CMYK 0.56 0.57 0 0.19
HSL 241.53º 0.55% 0.58% -
HSV(B) 241.53º 0.57% 0.81% -
XYZ 18.94 13.66 60.03 -
YUV 102.35 186.49 119.91 -
System Red Green Blue C M Y K H S L
Decimal 91 88 206 0.56 0.57 0 0.19 241.53 0.55 0.58
Hex 5B 58 CE 38 39 0 13 F2 37 3A
Octal 133 130 316 70 71 0 23 362 67 72
Binary 1011011 1011000 11001110 111000 111001 0 10011 11110010 110111 111010

Color Harmonies of #5B58CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B58CE

Black with #5B58CE

Text Example


Text Example

White with #5B58CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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