#5D66CC

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

Shades of Slate Blue #5D66CC

Tints of Slate Blue #5D66CC

Color information

#5D66CC (or 0x5D66CC) is unknown color: approx Slate Blue. HEX triplet: 5D, 66 and CC. RGB value is (93,102,204). Sum of RGB (Red+Green+Blue) = 93+102+204=399 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.31% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #5D66CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D66CC is #A29933. Grayscale: #6E6E6E. Windows color (decimal): -10656052 or 13395549. OLE color: 13395549.

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

Color convert

RGB93102204-
CMYK0.540.500.2
HSL235.14º52.11%58.24%-
HSV(B)235.14º54.41%80%-
XYZ20.1616.1959.19-
YUV110.94180.52115.21-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.31%
GREEN value IS 102 (40.23% from 255) = 25.56%
BLUE value IS 204 (80.08% from 255) = 51.13%
R=23.31%
G=25.56%
B=51.13%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal931022040.540.500.2235.1452.1158.24
Hex5D66CC3632014eb343a
Octal13514631466620243536472
Binary101110111001101100110011011011001001010011101011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D66CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5D66CC;
 }
 .AnyTagClassName
 {
   color: #5D66CC;
 }
</style>
background-color css

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

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

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

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

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

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