#5D65CD

Color #5D65CD Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #5D65CD

Tints of Slate Blue #5D65CD

Color information

#5D65CD (or 0x5D65CD) is unknown color: approx 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

RGB93101205-
CMYK0.550.5100.20
HSL235.71º52.83%58.43%-
HSV(B)235.71º54.63%80.39%-
XYZ20.1916.0459.79-
YUV110.46181.35115.54-

RGB Variations

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

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 (Cyan) values IS 0.55
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal931012050.550.5100.20235.7152.8358.43
Hex5D65CD3733014ec353a
Octal13514531567630243546572
Binary101110111001011100110111011111001101010011101100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D65CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>