Html Css Color HEX #5E50CC Slate Blue

📋 copy color: '#5E50CC'

red 94 ◦ green 80 ◦ blue 204

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

Shades of Slate Blue #5E50CC

Tints of Slate Blue #5E50CC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.16%

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

R = 24.87%
G = 21.16%
B = 53.97%

CMYK

 C value IS 0.54

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5E50CC (or 0x5E50CC) is known color: Slate Blue. HEX triplet: 5E, 50 and CC. RGB value is (94,80,204). Sum of RGB (Red+Green+Blue) = 94+80+204=378 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.87% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E50CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E50CC is #A1AF33. Grayscale: #616161. Windows color (decimal): -10596148 or 13389918. OLE color: 13389918.

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

Color convert

RGB 94 80 204 -
CMYK 0.54 0.61 0 0.2
HSL 246.77º 0.55% 0.56% -
HSV(B) 246.77º 0.61% 0.8% -
XYZ 18.38 12.48 58.57 -
YUV 98.32 187.64 124.92 -
System Red Green Blue C M Y K H S L
Decimal 94 80 204 0.54 0.61 0 0.2 246.77 0.55 0.56
Hex 5E 50 CC 36 3D 0 14 F7 37 38
Octal 136 120 314 66 75 0 24 367 67 70
Binary 1011110 1010000 11001100 110110 111101 0 10100 11110111 110111 111000

Color Harmonies of #5E50CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E50CC

Black with #5E50CC

Text Example


Text Example

White with #5E50CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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