Html Css Color HEX #5E58CC Slate Blue

📋 copy color: '#5E58CC'

red 94 ◦ green 88 ◦ blue 204

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

Shades of Slate Blue #5E58CC

Tints of Slate Blue #5E58CC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.8%

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

R = 24.35%
G = 22.8%
B = 52.85%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5E58CC (or 0x5E58CC) is known color: Slate Blue. HEX triplet: 5E, 58 and CC. RGB value is (94,88,204). Sum of RGB (Red+Green+Blue) = 94+88+204=386 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.35% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E58CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E58CC is #A1A733. Grayscale: #666666. Windows color (decimal): -10594100 or 13391966. OLE color: 13391966.

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

Color convert

RGB 94 88 204 -
CMYK 0.54 0.57 0 0.2
HSL 243.1º 0.53% 0.57% -
HSV(B) 243.1º 0.57% 0.8% -
XYZ 19 13.72 58.77 -
YUV 103.02 184.99 121.57 -
System Red Green Blue C M Y K H S L
Decimal 94 88 204 0.54 0.57 0 0.2 243.1 0.53 0.57
Hex 5E 58 CC 36 39 0 14 F3 35 39
Octal 136 130 314 66 71 0 24 363 65 71
Binary 1011110 1011000 11001100 110110 111001 0 10100 11110011 110101 111001

Color Harmonies of #5E58CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E58CC

Black with #5E58CC

Text Example


Text Example

White with #5E58CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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