Html Css Color HEX #5D58CA Slate Blue

📋 copy color: '#5D58CA'

red 93 ◦ green 88 ◦ blue 202

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

Shades of Slate Blue #5D58CA

Tints of Slate Blue #5D58CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.74%

R = 24.28%
G = 22.98%
B = 52.74%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5D58CA (or 0x5D58CA) is known color: Slate Blue. HEX triplet: 5D, 58 and CA. RGB value is (93,88,202). Sum of RGB (Red+Green+Blue) = 93+88+202=383 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.28% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D58CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D58CA is #A2A735. Grayscale: #666666. Windows color (decimal): -10659638 or 13260893. OLE color: 13260893.

HSL color Cylindrical-coordinate representation of color #5D58CA: hue angle of 242.63º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D58CA is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 93 88 202 -
CMYK 0.54 0.56 0 0.21
HSL 242.63º 0.52% 0.57% -
HSV(B) 242.63º 0.56% 0.79% -
XYZ 18.66 13.57 57.51 -
YUV 102.49 184.16 121.23 -
System Red Green Blue C M Y K H S L
Decimal 93 88 202 0.54 0.56 0 0.21 242.63 0.52 0.57
Hex 5D 58 CA 36 38 0 15 F3 34 39
Octal 135 130 312 66 70 0 25 363 64 71
Binary 1011101 1011000 11001010 110110 111000 0 10101 11110011 110100 111001

Color Harmonies of #5D58CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D58CA

Black with #5D58CA

Text Example


Text Example

White with #5D58CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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