Html Css Color HEX #758596 Light Slate Grey

📋 copy color: '#758596'

red 117 ◦ green 133 ◦ blue 150

#758596
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Grey #758596

Tints of Light Slate Grey #758596

RGB

 RED value IS 117 (46.09% from 255) = 29.25%

 GREEN value IS 133 (52.34% from 255) = 33.25%

 BLUE value IS 150 (58.98% from 255) = 37.5%

R = 29.25%
G = 33.25%
B = 37.5%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#758596 (or 0x758596) is known color: Light Slate Grey. HEX triplet: 75, 85 and 96. RGB value is (117,133,150). Sum of RGB (Red+Green+Blue) = 117+133+150=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 150 (58.98% from 255 or 37.5% from 400); Max value from RGB is 150 - color contains mainly: blue. Hex color #758596 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758596 is #8A7A69. Grayscale: #828282. Windows color (decimal): -9075306 or 9864565. OLE color: 9864565.

HSL color Cylindrical-coordinate representation of color #758596: hue angle of 210.91º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #758596 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 133 150 -
CMYK 0.22 0.11 0 0.41
HSL 210.91º 0.14% 0.52% -
HSV(B) 210.91º 0.22% 0.59% -
XYZ 21.23 22.76 32.13 -
YUV 130.15 139.2 118.62 -
System Red Green Blue C M Y K H S L
Decimal 117 133 150 0.22 0.11 0 0.41 210.91 0.14 0.52
Hex 75 85 96 16 B 0 29 D3 E 34
Octal 165 205 226 26 13 0 51 323 16 64
Binary 1110101 10000101 10010110 10110 1011 0 101001 11010011 1110 110100

Color Harmonies of #758596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758596

Black with #758596

Text Example


Text Example

White with #758596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758596; }

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

 H1.HeaderClassName
 {
   color: #758596;
 }
 .AnyTagClassName
 {
   color: #758596;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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