Html Css Color HEX #5E58CF Slate Blue

📋 copy color: '#5E58CF'

red 94 ◦ green 88 ◦ blue 207

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

Shades of Slate Blue #5E58CF

Tints of Slate Blue #5E58CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.21%

R = 24.16%
G = 22.62%
B = 53.21%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E58CF (or 0x5E58CF) is known color: Slate Blue. HEX triplet: 5E, 58 and CF. RGB value is (94,88,207). Sum of RGB (Red+Green+Blue) = 94+88+207=389 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.16% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #5E58CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E58CF is #A1A730. Grayscale: #666666. Windows color (decimal): -10594097 or 13588574. OLE color: 13588574.

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

Color convert

RGB 94 88 207 -
CMYK 0.55 0.57 0 0.19
HSL 243.03º 0.55% 0.58% -
HSV(B) 243.03º 0.57% 0.81% -
XYZ 19.37 13.86 60.69 -
YUV 103.36 186.49 121.32 -
System Red Green Blue C M Y K H S L
Decimal 94 88 207 0.55 0.57 0 0.19 243.03 0.55 0.58
Hex 5E 58 CF 37 39 0 13 F3 37 3A
Octal 136 130 317 67 71 0 23 363 67 72
Binary 1011110 1011000 11001111 110111 111001 0 10011 11110011 110111 111010

Color Harmonies of #5E58CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E58CF

Black with #5E58CF

Text Example


Text Example

White with #5E58CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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