Html Css Color HEX #5E55CC Slate Blue

📋 copy color: '#5E55CC'

red 94 ◦ green 85 ◦ blue 204

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

Shades of Slate Blue #5E55CC

Tints of Slate Blue #5E55CC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.19%

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

R = 24.54%
G = 22.19%
B = 53.26%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5E55CC (or 0x5E55CC) is known color: Slate Blue. HEX triplet: 5E, 55 and CC. RGB value is (94,85,204). Sum of RGB (Red+Green+Blue) = 94+85+204=383 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.54% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E55CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E55CC is #A1AA33. Grayscale: #646464. Windows color (decimal): -10594868 or 13391198. OLE color: 13391198.

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

Color convert

RGB 94 85 204 -
CMYK 0.54 0.58 0 0.2
HSL 244.54º 0.54% 0.57% -
HSV(B) 244.54º 0.58% 0.8% -
XYZ 18.76 13.24 58.69 -
YUV 101.26 185.98 122.82 -
System Red Green Blue C M Y K H S L
Decimal 94 85 204 0.54 0.58 0 0.2 244.54 0.54 0.57
Hex 5E 55 CC 36 3A 0 14 F5 36 39
Octal 136 125 314 66 72 0 24 365 66 71
Binary 1011110 1010101 11001100 110110 111010 0 10100 11110101 110110 111001

Color Harmonies of #5E55CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E55CC

Black with #5E55CC

Text Example


Text Example

White with #5E55CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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