Html Css Color HEX #5F59C0 Slate Blue

📋 copy color: '#5F59C0'

red 95 ◦ green 89 ◦ blue 192

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

Shades of Slate Blue #5F59C0

Tints of Slate Blue #5F59C0

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.67%

 BLUE value IS 192 (75.39% from 255) = 51.06%

R = 25.27%
G = 23.67%
B = 51.06%

CMYK

 C value IS 0.51

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5F59C0 (or 0x5F59C0) is known color: Slate Blue. HEX triplet: 5F, 59 and C0. RGB value is (95,89,192). Sum of RGB (Red+Green+Blue) = 95+89+192=376 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.27% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 192 (75.39% from 255 or 51.06% from 376); Max value from RGB is 192 - color contains mainly: blue. Hex color #5F59C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F59C0 is #A0A63F. Grayscale: #666666. Windows color (decimal): -10528320 or 12605791. OLE color: 12605791.

HSL color Cylindrical-coordinate representation of color #5F59C0: hue angle of 243.5º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F59C0 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 95 89 192 -
CMYK 0.51 0.54 0 0.25
HSL 243.5º 0.45% 0.55% -
HSV(B) 243.5º 0.54% 0.75% -
XYZ 17.81 13.38 51.51 -
YUV 102.54 178.49 122.62 -
System Red Green Blue C M Y K H S L
Decimal 95 89 192 0.51 0.54 0 0.25 243.5 0.45 0.55
Hex 5F 59 C0 33 36 0 19 F3 2D 37
Octal 137 131 300 63 66 0 31 363 55 67
Binary 1011111 1011001 11000000 110011 110110 0 11001 11110011 101101 110111

Color Harmonies of #5F59C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F59C0

Black with #5F59C0

Text Example


Text Example

White with #5F59C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,89,192); }

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

background-color css

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

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

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

border-color css

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

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

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