#758598

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

Shades of Light Slate Grey #758598

Tints of Light Slate Grey #758598

Color information

#758598 (or 0x758598) is unknown color: approx Light Slate Grey. HEX triplet: 75, 85 and 98. RGB value is (117,133,152). Sum of RGB (Red+Green+Blue) = 117+133+152=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 152 - color contains mainly: blue. Hex color #758598 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758598 is #8A7A67. Grayscale: #828282. Windows color (decimal): -9075304 or 9995637. OLE color: 9995637.

HSL color Cylindrical-coordinate representation of color #758598: hue angle of 212.57º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #758598 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB117133152-
CMYK0.230.1300.40
HSL212.57º14.52%52.75%-
HSV(B)212.57º23.03%59.61%-
XYZ21.3922.8232.98-
YUV130.38140.2118.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.10%
GREEN value IS 133 (52.34% from 255) = 33.08%
BLUE value IS 152 (59.77% from 255) = 37.81%
R=29.10%
G=33.08%
B=37.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1171331520.230.1300.40212.5714.5252.75
Hex75859817D028d5f35
Octal16520523027150503251765
Binary111010110000101100110001011111010101000110101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758598; }

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

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

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

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

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

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

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

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