#94A598

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

Shades of Edward #94A598

Tints of Edward #94A598

Color information

#94A598 (or 0x94A598) is unknown color: approx Edward. HEX triplet: 94, A5 and 98. RGB value is (148,165,152). Sum of RGB (Red+Green+Blue) = 148+165+152=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 152 (59.77% from 255 or 32.69% from 465); Max value from RGB is 165 - color contains mainly: green. Hex color #94A598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A598 is #6B5A67. Grayscale: #9E9E9E. Windows color (decimal): -7035496 or 10003860. OLE color: 10003860.

HSL color Cylindrical-coordinate representation of color #94A598: hue angle of 134.12º 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 #94A598 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB148165152-
CMYK0.1000.080.35
HSL134.12º8.63%61.37%-
HSV(B)134.12º10.3%64.71%-
XYZ31.3435.4734.9-
YUV158.43124.37120.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.83%
GREEN value IS 165 (64.84% from 255) = 35.48%
BLUE value IS 152 (59.77% from 255) = 32.69%
R=31.83%
G=35.48%
B=32.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1481651520.1000.080.35134.128.6361.37
Hex94A598A08238693d
Octal22424523012010432061175
Binary100101001010010110011000101001000100011100001101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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