#93A598

Color #93A598 Edward (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Edward #93A598

Tints of Edward #93A598

Color information

#93A598 (or 0x93A598) is unknown color: approx Edward. HEX triplet: 93, A5 and 98. RGB value is (147,165,152). Sum of RGB (Red+Green+Blue) = 147+165+152=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 152 (59.77% from 255 or 32.76% from 464); Max value from RGB is 165 - color contains mainly: green. Hex color #93A598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A598 is #6C5A67. Grayscale: #9E9E9E. Windows color (decimal): -7101032 or 10003859. OLE color: 10003859.

HSL color Cylindrical-coordinate representation of color #93A598: hue angle of 136.67º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #93A598 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB147165152-
CMYK0.1100.080.35
HSL136.67º9.09%61.18%-
HSV(B)136.67º10.91%64.71%-
XYZ31.1635.3834.89-
YUV158.14124.54120.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.68%
GREEN value IS 165 (64.84% from 255) = 35.56%
BLUE value IS 152 (59.77% from 255) = 32.76%
R=31.68%
G=35.56%
B=32.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1471651520.1100.080.35136.679.0961.18
Hex93A598B08238993d
Octal22324523013010432111175
Binary100100111010010110011000101101000100011100010011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93A598; }

 p { color: rgb(147,165,152); }

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

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

 a { background-color: rgb(147,165,152); }

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

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

 span { border-color: rgb(147,165,152); }

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