Html Css Color HEX #5F49CD Slate Blue

📋 copy color: '#5F49CD'

red 95 ◦ green 73 ◦ blue 205

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

Shades of Slate Blue #5F49CD

Tints of Slate Blue #5F49CD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.57%

 BLUE value IS 205 (80.47% from 255) = 54.96%

R = 25.47%
G = 19.57%
B = 54.96%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5F49CD (or 0x5F49CD) is known color: Slate Blue. HEX triplet: 5F, 49 and CD. RGB value is (95,73,205). Sum of RGB (Red+Green+Blue) = 95+73+205=373 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.47% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #5F49CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F49CD is #A0B632. Grayscale: #5E5E5E. Windows color (decimal): -10532403 or 13453663. OLE color: 13453663.

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

Color convert

RGB 95 73 205 -
CMYK 0.54 0.64 0 0.20
HSL 250º 0.57% 0.55% -
HSV(B) 250º 0.64% 0.8% -
XYZ 18.12 11.61 59.04 -
YUV 94.63 190.29 128.27 -
System Red Green Blue C M Y K H S L
Decimal 95 73 205 0.54 0.64 0 0.20 250 0.57 0.55
Hex 5F 49 CD 36 40 0 14 FA 39 37
Octal 137 111 315 66 100 0 24 372 71 67
Binary 1011111 1001001 11001101 110110 1000000 0 10100 11111010 111001 110111

Color Harmonies of #5F49CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F49CD

Black with #5F49CD

Text Example


Text Example

White with #5F49CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,73,205); }

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

background-color css

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

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

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

border-color css

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

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

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