Html Css Color HEX #5C63CB Slate Blue

📋 copy color: '#5C63CB'

red 92 ◦ green 99 ◦ blue 203

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

Shades of Slate Blue #5C63CB

Tints of Slate Blue #5C63CB

RGB

 RED value IS 92 (36.33% from 255) = 23.35%

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

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

R = 23.35%
G = 25.13%
B = 51.52%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5C63CB (or 0x5C63CB) is known color: Slate Blue. HEX triplet: 5C, 63 and CB. RGB value is (92,99,203). Sum of RGB (Red+Green+Blue) = 92+99+203=394 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.35% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C63CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C63CB is #A39C34. Grayscale: #6C6C6C. Windows color (decimal): -10722357 or 13329244. OLE color: 13329244.

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

Color convert

RGB 92 99 203 -
CMYK 0.55 0.51 0 0.20
HSL 236.22º 0.52% 0.58% -
HSV(B) 236.22º 0.55% 0.8% -
XYZ 19.65 15.51 58.46 -
YUV 108.76 181.18 116.04 -
System Red Green Blue C M Y K H S L
Decimal 92 99 203 0.55 0.51 0 0.20 236.22 0.52 0.58
Hex 5C 63 CB 37 33 0 14 EC 34 3A
Octal 134 143 313 67 63 0 24 354 64 72
Binary 1011100 1100011 11001011 110111 110011 0 10100 11101100 110100 111010

Color Harmonies of #5C63CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C63CB

Black with #5C63CB

Text Example


Text Example

White with #5C63CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,99,203); }

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

background-color css

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

 a { background-color: rgb(92,99,203); }

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

border-color css

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

 span { border-color: rgb(92,99,203); }

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