Html Css Color HEX #5F5FEA Medium Slate Blue

📋 copy color: '#5F5FEA'

red 95 ◦ green 95 ◦ blue 234

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

Shades of Medium Slate Blue #5F5FEA

Tints of Medium Slate Blue #5F5FEA

RGB

 RED value IS 95 (37.5% from 255) = 22.41%

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

 BLUE value IS 234 (91.8% from 255) = 55.19%

R = 22.41%
G = 22.41%
B = 55.19%

CMYK

 C value IS 0.59

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5F5FEA (or 0x5F5FEA) is known color: Medium Slate Blue. HEX triplet: 5F, 5F and EA. RGB value is (95,95,234). Sum of RGB (Red+Green+Blue) = 95+95+234=424 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.41% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 234 (91.80% from 255 or 55.19% from 424); Max value from RGB is 234 - color contains mainly: blue. Hex color #5F5FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F5FEA is #A0A015. Grayscale: #6E6E6E. Windows color (decimal): -10526742 or 15359839. OLE color: 15359839.

HSL color Cylindrical-coordinate representation of color #5F5FEA: hue angle of 240º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5F5FEA is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 95 95 234 -
CMYK 0.59 0.59 0 0.08
HSL 240º 0.77% 0.65% -
HSV(B) 240º 0.59% 0.92% -
XYZ 23.66 16.56 79.79 -
YUV 110.85 197.5 116.7 -
System Red Green Blue C M Y K H S L
Decimal 95 95 234 0.59 0.59 0 0.08 240 0.77 0.65
Hex 5F 5F EA 3B 3B 0 8 F0 4D 41
Octal 137 137 352 73 73 0 10 360 115 101
Binary 1011111 1011111 11101010 111011 111011 0 1000 11110000 1001101 1000001

Color Harmonies of #5F5FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5FEA

Black with #5F5FEA

Text Example


Text Example

White with #5F5FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,95,234); }

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

background-color css

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

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

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

border-color css

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

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

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