#657993

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

Shades of Slate Grey #657993

Tints of Slate Grey #657993

Color information

#657993 (or 0x657993) is unknown color: approx Slate Grey. HEX triplet: 65, 79 and 93. RGB value is (101,121,147). Sum of RGB (Red+Green+Blue) = 101+121+147=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 147 - color contains mainly: blue. Hex color #657993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657993 is #9A866C. Grayscale: #757575. Windows color (decimal): -10126957 or 9664869. OLE color: 9664869.

HSL color Cylindrical-coordinate representation of color #657993: hue angle of 213.91º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #657993 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB101121147-
CMYK0.310.1800.42
HSL213.91º18.55%48.63%-
HSV(B)213.91º31.29%57.65%-
XYZ17.4718.5530.26-
YUV117.98144.37115.89-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.37%
GREEN value IS 121 (47.66% from 255) = 32.79%
BLUE value IS 147 (57.81% from 255) = 39.84%
R=27.37%
G=32.79%
B=39.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011211470.310.1800.42213.9118.5548.63
Hex6579931F1202Ad61331
Octal14517122337220523262361
Binary1100101111100110010011111111001001010101101011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657993; }

 p { color: rgb(101,121,147); }

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

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

 a { background-color: rgb(101,121,147); }

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

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

 span { border-color: rgb(101,121,147); }

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