Html Css Color HEX #5D58CC Slate Blue

📋 copy color: '#5D58CC'

red 93 ◦ green 88 ◦ blue 204

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

Shades of Slate Blue #5D58CC

Tints of Slate Blue #5D58CC

RGB

 RED value IS 93 (36.72% from 255) = 24.16%

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

 BLUE value IS 204 (80.08% from 255) = 52.99%

R = 24.16%
G = 22.86%
B = 52.99%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5D58CC (or 0x5D58CC) is known color: Slate Blue. HEX triplet: 5D, 58 and CC. RGB value is (93,88,204). Sum of RGB (Red+Green+Blue) = 93+88+204=385 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.16% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #5D58CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D58CC is #A2A733. Grayscale: #666666. Windows color (decimal): -10659636 or 13391965. OLE color: 13391965.

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

Color convert

RGB 93 88 204 -
CMYK 0.54 0.57 0 0.2
HSL 242.59º 0.53% 0.57% -
HSV(B) 242.59º 0.57% 0.8% -
XYZ 18.9 13.67 58.77 -
YUV 102.72 185.16 121.07 -
System Red Green Blue C M Y K H S L
Decimal 93 88 204 0.54 0.57 0 0.2 242.59 0.53 0.57
Hex 5D 58 CC 36 39 0 14 F3 35 39
Octal 135 130 314 66 71 0 24 363 65 71
Binary 1011101 1011000 11001100 110110 111001 0 10100 11110011 110101 111001

Color Harmonies of #5D58CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D58CC

Black with #5D58CC

Text Example


Text Example

White with #5D58CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,88,204); }

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

background-color css

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

 a { background-color: rgb(93,88,204); }

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

border-color css

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

 span { border-color: rgb(93,88,204); }

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