Html Css Color HEX #728594 Slate Grey

📋 copy color: '#728594'

red 114 ◦ green 133 ◦ blue 148

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

Shades of Slate Grey #728594

Tints of Slate Grey #728594

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.2% from 255) = 37.47%

R = 28.86%
G = 33.67%
B = 37.47%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#728594 (or 0x728594) is known color: 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

RGB 114 133 148 -
CMYK 0.23 0.10 0 0.42
HSL 206.47º 0.14% 0.51% -
HSV(B) 206.47º 0.23% 0.58% -
XYZ 20.67 22.49 31.27 -
YUV 129.03 138.71 117.28 -
System Red Green Blue C M Y K H S L
Decimal 114 133 148 0.23 0.10 0 0.42 206.47 0.14 0.51
Hex 72 85 94 17 A 0 2A CE E 33
Octal 162 205 224 27 12 0 52 316 16 63
Binary 1110010 10000101 10010100 10111 1010 0 101010 11001110 1110 110011

Color Harmonies of #728594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728594

Black with #728594

Text Example


Text Example

White with #728594

Text Example


Text Example

HTML Codes & Css Web 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>