#09505E

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

Shades of Sherpa Blue #09505E

Tints of Sherpa Blue #09505E

Color information

#09505E (or 0x09505E) is unknown color: approx Sherpa Blue. HEX triplet: 09, 50 and 5E. RGB value is (9,80,94). Sum of RGB (Red+Green+Blue) = 9+80+94=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 94 (37.11% from 255 or 51.37% from 183); Max value from RGB is 94 - color contains mainly: blue. Hex color #09505E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09505E is #F6AFA1. Grayscale: #3C3C3C. Windows color (decimal): -16166818 or 6180873. OLE color: 6180873.

HSL color Cylindrical-coordinate representation of color #09505E: hue angle of 189.88º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09505E is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB98094-
CMYK0.900.1500.63
HSL189.88º82.52%20.2%-
HSV(B)189.88º90.43%36.86%-
XYZ56.611.6-
YUV60.37146.9891.36-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.92%
GREEN value IS 80 (31.64% from 255) = 43.72%
BLUE value IS 94 (37.11% from 255) = 51.37%
R=4.92%
G=43.72%
B=51.37%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal980940.900.1500.63189.8882.5220.2
Hex9505E5AF03Fbe5314
Octal111201361321707727612324
Binary10011010000101111010110101111011111110111110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09505E; }

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

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

<style>
 a { background-color: #09505E; }

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

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

<style>
 span { border-color: #09505E; }

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

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