#75859B

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

Shades of Light Slate Grey #75859B

Tints of Light Slate Grey #75859B

Color information

#75859B (or 0x75859B) is unknown color: approx Light Slate Grey. HEX triplet: 75, 85 and 9B. RGB value is (117,133,155). Sum of RGB (Red+Green+Blue) = 117+133+155=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 155 - color contains mainly: blue. Hex color #75859B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75859B is #8A7A64. Grayscale: #828282. Windows color (decimal): -9075301 or 10192245. OLE color: 10192245.

HSL color Cylindrical-coordinate representation of color #75859B: hue angle of 214.74º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75859B is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB117133155-
CMYK0.250.1400.39
HSL214.74º15.97%53.33%-
HSV(B)214.74º24.52%60.78%-
XYZ21.6422.9234.29-
YUV130.72141.7118.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.89%
GREEN value IS 133 (52.34% from 255) = 32.84%
BLUE value IS 155 (60.94% from 255) = 38.27%
R=28.89%
G=32.84%
B=38.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171331550.250.1400.39214.7415.9753.33
Hex75859B19E027d71035
Octal16520523331160473272065
Binary1110101100001011001101111001111001001111101011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75859B; }

 p { color: rgb(117,133,155); }

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

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

 a { background-color: rgb(117,133,155); }

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

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

 span { border-color: rgb(117,133,155); }

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