Html Css Color HEX #5E5FCF Slate Blue

📋 copy color: '#5E5FCF'

red 94 ◦ green 95 ◦ blue 207

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

Shades of Slate Blue #5E5FCF

Tints of Slate Blue #5E5FCF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.99%

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

R = 23.74%
G = 23.99%
B = 52.27%

CMYK

 C value IS 0.55

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E5FCF (or 0x5E5FCF) is known color: Slate Blue. HEX triplet: 5E, 5F and CF. RGB value is (94,95,207). Sum of RGB (Red+Green+Blue) = 94+95+207=396 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.74% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #5E5FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5FCF is #A1A030. Grayscale: #6B6B6B. Windows color (decimal): -10592305 or 13590366. OLE color: 13590366.

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

Color convert

RGB 94 95 207 -
CMYK 0.55 0.54 0 0.19
HSL 239.47º 0.54% 0.59% -
HSV(B) 239.47º 0.55% 0.81% -
XYZ 19.97 15.07 60.89 -
YUV 107.47 184.17 118.39 -
System Red Green Blue C M Y K H S L
Decimal 94 95 207 0.55 0.54 0 0.19 239.47 0.54 0.59
Hex 5E 5F CF 37 36 0 13 EF 36 3B
Octal 136 137 317 67 66 0 23 357 66 73
Binary 1011110 1011111 11001111 110111 110110 0 10011 11101111 110110 111011

Color Harmonies of #5E5FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5FCF

Black with #5E5FCF

Text Example


Text Example

White with #5E5FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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