Html Css Color HEX #5F58C0 Slate Blue

📋 copy color: '#5F58C0'

red 95 ◦ green 88 ◦ blue 192

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

Shades of Slate Blue #5F58C0

Tints of Slate Blue #5F58C0

RGB

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

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

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

R = 25.33%
G = 23.47%
B = 51.2%

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

#5F58C0 (or 0x5F58C0) is known color: Slate Blue. HEX triplet: 5F, 58 and C0. RGB value is (95,88,192). Sum of RGB (Red+Green+Blue) = 95+88+192=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 192 (75.39% from 255 or 51.2% from 375); Max value from RGB is 192 - color contains mainly: blue. Hex color #5F58C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F58C0 is #A0A73F. Grayscale: #656565. Windows color (decimal): -10528576 or 12605535. OLE color: 12605535.

HSL color Cylindrical-coordinate representation of color #5F58C0: hue angle of 244.04º 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 #5F58C0 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 95 88 192 -
CMYK 0.51 0.54 0 0.25
HSL 244.04º 0.45% 0.55% -
HSV(B) 244.04º 0.54% 0.75% -
XYZ 17.72 13.22 51.49 -
YUV 101.95 178.82 123.04 -
System Red Green Blue C M Y K H S L
Decimal 95 88 192 0.51 0.54 0 0.25 244.04 0.45 0.55
Hex 5F 58 C0 33 36 0 19 F4 2D 37
Octal 137 130 300 63 66 0 31 364 55 67
Binary 1011111 1011000 11000000 110011 110110 0 11001 11110100 101101 110111

Color Harmonies of #5F58C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F58C0

Black with #5F58C0

Text Example


Text Example

White with #5F58C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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