#728594

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

Shades of Slate Grey #728594

Tints of Slate Grey #728594

Color information

#728594 (or 0x728594) is unknown color: approx Slate Grey. HEX triplet: 72, 85 and 94. RGB value is (114,133,148). Sum of RGB (Red+Green+Blue) = 114+133+148=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 148 (58.20% from 255 or 37.47% from 395); Max value from RGB is 148 - color contains mainly: blue. Hex color #728594 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728594 is #8D7A6B. Grayscale: #808080. Windows color (decimal): -9271916 or 9733490. OLE color: 9733490.

HSL color Cylindrical-coordinate representation of color #728594: hue angle of 206.47º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #728594 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB114133148-
CMYK0.230.1000.42
HSL206.47º13.71%51.37%-
HSV(B)206.47º22.97%58.04%-
XYZ20.6722.4931.27-
YUV129.03138.71117.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.86%
GREEN value IS 133 (52.34% from 255) = 33.67%
BLUE value IS 148 (58.20% from 255) = 37.47%
R=28.86%
G=33.67%
B=37.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141331480.230.1000.42206.4713.7151.37
Hex72859417A02Acee33
Octal16220522427120523161663
Binary111001010000101100101001011110100101010110011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728594; }

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

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

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

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

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

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

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

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