#09505D

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

Shades of Sherpa Blue #09505D

Tints of Sherpa Blue #09505D

Color information

#09505D (or 0x09505D) is unknown color: approx Sherpa Blue. HEX triplet: 09, 50 and 5D. RGB value is (9,80,93). Sum of RGB (Red+Green+Blue) = 9+80+93=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #09505D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09505D is #F6AFA2. Grayscale: #3C3C3C. Windows color (decimal): -16166819 or 6115337. OLE color: 6115337.

HSL color Cylindrical-coordinate representation of color #09505D: hue angle of 189.29º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09505D is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB98093-
CMYK0.900.1400.64
HSL189.29º82.35%20%-
HSV(B)189.29º90.32%36.47%-
XYZ4.966.5911.37-
YUV60.25146.4891.44-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.95%
GREEN value IS 80 (31.64% from 255) = 43.96%
BLUE value IS 93 (36.72% from 255) = 51.10%
R=4.95%
G=43.96%
B=51.10%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal980930.900.1400.64189.2982.3520
Hex9505D5AE040bd5214
Octal1112013513216010027512224
Binary100110100001011101101101011100100000010111101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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