Html Css Color HEX #728596 Light Slate Grey

📋 copy color: '#728596'

red 114 ◦ green 133 ◦ blue 150

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

Shades of Light Slate Grey #728596

Tints of Light Slate Grey #728596

RGB

 RED value IS 114 (44.92% from 255) = 28.72%

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

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

R = 28.72%
G = 33.5%
B = 37.78%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#728596 (or 0x728596) is known color: Light Slate Grey. HEX triplet: 72, 85 and 96. RGB value is (114,133,150). Sum of RGB (Red+Green+Blue) = 114+133+150=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 150 - color contains mainly: blue. Hex color #728596 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728596 is #8D7A69. Grayscale: #818181. Windows color (decimal): -9271914 or 9864562. OLE color: 9864562.

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

Color convert

RGB 114 133 150 -
CMYK 0.24 0.11 0 0.41
HSL 208.33º 0.15% 0.52% -
HSV(B) 208.33º 0.24% 0.59% -
XYZ 20.83 22.55 32.11 -
YUV 129.26 139.71 117.12 -
System Red Green Blue C M Y K H S L
Decimal 114 133 150 0.24 0.11 0 0.41 208.33 0.15 0.52
Hex 72 85 96 18 B 0 29 D0 F 34
Octal 162 205 226 30 13 0 51 320 17 64
Binary 1110010 10000101 10010110 11000 1011 0 101001 11010000 1111 110100

Color Harmonies of #728596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728596

Black with #728596

Text Example


Text Example

White with #728596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728596; }

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

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

background-color css

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

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

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

border-color css

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

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

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