#94A599

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

Shades of Edward #94A599

Tints of Edward #94A599

Color information

#94A599 (or 0x94A599) is unknown color: approx Edward. HEX triplet: 94, A5 and 99. RGB value is (148,165,153). Sum of RGB (Red+Green+Blue) = 148+165+153=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 165 - color contains mainly: green. Hex color #94A599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A599 is #6B5A66. Grayscale: #9E9E9E. Windows color (decimal): -7035495 or 10069396. OLE color: 10069396.

HSL color Cylindrical-coordinate representation of color #94A599: hue angle of 137.65º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #94A599 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB148165153-
CMYK0.1000.070.35
HSL137.65º8.63%61.37%-
HSV(B)137.65º10.3%64.71%-
XYZ31.4235.5135.33-
YUV158.55124.87120.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.76%
GREEN value IS 165 (64.84% from 255) = 35.41%
BLUE value IS 153 (60.16% from 255) = 32.83%
R=31.76%
G=35.41%
B=32.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1481651530.1000.070.35137.658.6361.37
Hex94A599A07238a93d
Octal2242452311207432121175
Binary10010100101001011001100110100111100011100010101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94A599; }

 p { color: rgb(148,165,153); }

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

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

 a { background-color: rgb(148,165,153); }

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

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

 span { border-color: rgb(148,165,153); }

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