Html Css Color HEX #5E63CC Slate Blue

📋 copy color: '#5E63CC'

red 94 ◦ green 99 ◦ blue 204

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

Shades of Slate Blue #5E63CC

Tints of Slate Blue #5E63CC

RGB

 RED value IS 94 (37.11% from 255) = 23.68%

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

 BLUE value IS 204 (80.08% from 255) = 51.39%

R = 23.68%
G = 24.94%
B = 51.39%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5E63CC (or 0x5E63CC) is known color: Slate Blue. HEX triplet: 5E, 63 and CC. RGB value is (94,99,204). Sum of RGB (Red+Green+Blue) = 94+99+204=397 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.68% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E63CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E63CC is #A19C33. Grayscale: #6D6D6D. Windows color (decimal): -10591284 or 13394782. OLE color: 13394782.

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

Color convert

RGB 94 99 204 -
CMYK 0.54 0.51 0 0.2
HSL 237.27º 0.52% 0.58% -
HSV(B) 237.27º 0.54% 0.8% -
XYZ 19.98 15.66 59.1 -
YUV 109.48 181.34 116.96 -
System Red Green Blue C M Y K H S L
Decimal 94 99 204 0.54 0.51 0 0.2 237.27 0.52 0.58
Hex 5E 63 CC 36 33 0 14 ED 34 3A
Octal 136 143 314 66 63 0 24 355 64 72
Binary 1011110 1100011 11001100 110110 110011 0 10100 11101101 110100 111010

Color Harmonies of #5E63CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E63CC

Black with #5E63CC

Text Example


Text Example

White with #5E63CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,99,204); }

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

background-color css

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

 a { background-color: rgb(94,99,204); }

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

border-color css

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

 span { border-color: rgb(94,99,204); }

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