Html Css Color HEX #5F58CB Slate Blue

📋 copy color: '#5F58CB'

red 95 ◦ green 88 ◦ blue 203

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

Shades of Slate Blue #5F58CB

Tints of Slate Blue #5F58CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.59%

R = 24.61%
G = 22.8%
B = 52.59%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5F58CB (or 0x5F58CB) is known color: Slate Blue. HEX triplet: 5F, 58 and CB. RGB value is (95,88,203). Sum of RGB (Red+Green+Blue) = 95+88+203=386 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.61% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #5F58CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F58CB is #A0A734. Grayscale: #666666. Windows color (decimal): -10528565 or 13326431. OLE color: 13326431.

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

Color convert

RGB 95 88 203 -
CMYK 0.53 0.57 0 0.20
HSL 243.65º 0.53% 0.57% -
HSV(B) 243.65º 0.57% 0.8% -
XYZ 18.99 13.72 58.15 -
YUV 103.2 184.32 122.15 -
System Red Green Blue C M Y K H S L
Decimal 95 88 203 0.53 0.57 0 0.20 243.65 0.53 0.57
Hex 5F 58 CB 35 39 0 14 F4 35 39
Octal 137 130 313 65 71 0 24 364 65 71
Binary 1011111 1011000 11001011 110101 111001 0 10100 11110100 110101 111001

Color Harmonies of #5F58CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F58CB

Black with #5F58CB

Text Example


Text Example

White with #5F58CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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