Html Css Color HEX #5B63CE Slate Blue

📋 copy color: '#5B63CE'

red 91 ◦ green 99 ◦ blue 206

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

Shades of Slate Blue #5B63CE

Tints of Slate Blue #5B63CE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25%

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

R = 22.98%
G = 25%
B = 52.02%

CMYK

 C value IS 0.56

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5B63CE (or 0x5B63CE) is known color: Slate Blue. HEX triplet: 5B, 63 and CE. RGB value is (91,99,206). Sum of RGB (Red+Green+Blue) = 91+99+206=396 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.98% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B63CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B63CE is #A49C31. Grayscale: #6C6C6C. Windows color (decimal): -10787890 or 13525851. OLE color: 13525851.

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

Color convert

RGB 91 99 206 -
CMYK 0.56 0.52 0 0.19
HSL 235.83º 0.54% 0.58% -
HSV(B) 235.83º 0.56% 0.81% -
XYZ 19.92 15.6 60.35 -
YUV 108.81 182.85 115.3 -
System Red Green Blue C M Y K H S L
Decimal 91 99 206 0.56 0.52 0 0.19 235.83 0.54 0.58
Hex 5B 63 CE 38 34 0 13 EC 36 3A
Octal 133 143 316 70 64 0 23 354 66 72
Binary 1011011 1100011 11001110 111000 110100 0 10011 11101100 110110 111010

Color Harmonies of #5B63CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B63CE

Black with #5B63CE

Text Example


Text Example

White with #5B63CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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