Html Css Color HEX #5D52CC Slate Blue

📋 copy color: '#5D52CC'

red 93 ◦ green 82 ◦ blue 204

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

Shades of Slate Blue #5D52CC

Tints of Slate Blue #5D52CC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.64%

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

R = 24.54%
G = 21.64%
B = 53.83%

CMYK

 C value IS 0.54

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5D52CC (or 0x5D52CC) is known color: Slate Blue. HEX triplet: 5D, 52 and CC. RGB value is (93,82,204). Sum of RGB (Red+Green+Blue) = 93+82+204=379 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.54% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #5D52CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D52CC is #A2AD33. Grayscale: #626262. Windows color (decimal): -10661172 or 13390429. OLE color: 13390429.

HSL color Cylindrical-coordinate representation of color #5D52CC: hue angle of 245.41º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D52CC is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 93 82 204 -
CMYK 0.54 0.60 0 0.2
HSL 245.41º 0.54% 0.56% -
HSV(B) 245.41º 0.6% 0.8% -
XYZ 18.43 12.72 58.61 -
YUV 99.2 187.14 123.58 -
System Red Green Blue C M Y K H S L
Decimal 93 82 204 0.54 0.60 0 0.2 245.41 0.54 0.56
Hex 5D 52 CC 36 3C 0 14 F5 36 38
Octal 135 122 314 66 74 0 24 365 66 70
Binary 1011101 1010010 11001100 110110 111100 0 10100 11110101 110110 111000

Color Harmonies of #5D52CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D52CC

Black with #5D52CC

Text Example


Text Example

White with #5D52CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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