Html Css Color HEX #5D65CD Slate Blue

📋 copy color: '#5D65CD'

red 93 ◦ green 101 ◦ blue 205

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

Shades of Slate Blue #5D65CD

Tints of Slate Blue #5D65CD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.31%

 BLUE value IS 205 (80.47% from 255) = 51.38%

R = 23.31%
G = 25.31%
B = 51.38%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5D65CD (or 0x5D65CD) is known color: Slate Blue. HEX triplet: 5D, 65 and CD. RGB value is (93,101,205). Sum of RGB (Red+Green+Blue) = 93+101+205=399 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.31% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D65CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D65CD is #A29A32. Grayscale: #6E6E6E. Windows color (decimal): -10656307 or 13460829. OLE color: 13460829.

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

Color convert

RGB 93 101 205 -
CMYK 0.55 0.51 0 0.20
HSL 235.71º 0.53% 0.58% -
HSV(B) 235.71º 0.55% 0.8% -
XYZ 20.19 16.04 59.79 -
YUV 110.46 181.35 115.54 -
System Red Green Blue C M Y K H S L
Decimal 93 101 205 0.55 0.51 0 0.20 235.71 0.53 0.58
Hex 5D 65 CD 37 33 0 14 EC 35 3A
Octal 135 145 315 67 63 0 24 354 65 72
Binary 1011101 1100101 11001101 110111 110011 0 10100 11101100 110101 111010

Color Harmonies of #5D65CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D65CD

Black with #5D65CD

Text Example


Text Example

White with #5D65CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,101,205); }

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

background-color css

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

 a { background-color: rgb(93,101,205); }

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

border-color css

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

 span { border-color: rgb(93,101,205); }

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