#657C92

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

Shades of Slate Grey #657C92

Tints of Slate Grey #657C92

Color information

#657C92 (or 0x657C92) is unknown color: approx Slate Grey. HEX triplet: 65, 7C and 92. RGB value is (101,124,146). Sum of RGB (Red+Green+Blue) = 101+124+146=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 146 - color contains mainly: blue. Hex color #657C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657C92 is #9A836D. Grayscale: #777777. Windows color (decimal): -10126190 or 9600101. OLE color: 9600101.

HSL color Cylindrical-coordinate representation of color #657C92: hue angle of 209.33º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #657C92 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB101124146-
CMYK0.310.1500.43
HSL209.33º18.22%48.43%-
HSV(B)209.33º30.82%57.25%-
XYZ17.7619.2629.97-
YUV119.63142.88114.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.22%
GREEN value IS 124 (48.83% from 255) = 33.42%
BLUE value IS 146 (57.42% from 255) = 39.35%
R=27.22%
G=33.42%
B=39.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1011241460.310.1500.43209.3318.2248.43
Hex657C921FF02Bd11230
Octal14517422237170533212260
Binary110010111111001001001011111111101010111101000110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657C92; }

 p { color: rgb(101,124,146); }

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

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

 a { background-color: rgb(101,124,146); }

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

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

 span { border-color: rgb(101,124,146); }

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