#09504F

Color #09504F Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #09504F

Tints of Sherpa Blue #09504F

Color information

#09504F (or 0x09504F) is unknown color: approx Sherpa Blue. HEX triplet: 09, 50 and 4F. RGB value is (9,80,79). Sum of RGB (Red+Green+Blue) = 9+80+79=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 80 (31.64% from 255 or 47.62% from 168); Blue value is 79 (31.25% from 255 or 47.02% from 168); Max value from RGB is 80 - color contains mainly: green. Hex color #09504F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09504F is #F6AFB0. Grayscale: #3A3A3A. Windows color (decimal): -16166833 or 5197833. OLE color: 5197833.

HSL color Cylindrical-coordinate representation of color #09504F: hue angle of 179.15º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09504F is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB98079-
CMYK0.8900.010.69
HSL179.15º79.78%17.45%-
HSV(B)179.15º88.75%31.37%-
XYZ4.396.368.39-
YUV58.66139.4892.58-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.36%
GREEN value IS 80 (31.64% from 255) = 47.62%
BLUE value IS 79 (31.25% from 255) = 47.02%
R=5.36%
G=47.62%
B=47.02%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal980790.8900.010.69179.1579.7817.45
Hex9504F590145b35011
Octal111201171310110526312021
Binary100110100001001111101100101100010110110011101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09504F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09504F; }

 p { color: rgb(9,80,79); }

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

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

 a { background-color: rgb(9,80,79); }

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

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

 span { border-color: rgb(9,80,79); }

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