#09515C

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

Shades of Sherpa Blue #09515C

Tints of Sherpa Blue #09515C

Color information

#09515C (or 0x09515C) is unknown color: approx Sherpa Blue. HEX triplet: 09, 51 and 5C. RGB value is (9,81,92). Sum of RGB (Red+Green+Blue) = 9+81+92=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 92 (36.33% from 255 or 50.55% from 182); Max value from RGB is 92 - color contains mainly: blue. Hex color #09515C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09515C is #F6AEA3. Grayscale: #3C3C3C. Windows color (decimal): -16166564 or 6050057. OLE color: 6050057.

HSL color Cylindrical-coordinate representation of color #09515C: hue angle of 187.95º 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 #09515C is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB98192-
CMYK0.900.1200.64
HSL187.95º82.18%19.8%-
HSV(B)187.95º90.22%36.08%-
XYZ4.996.7211.16-
YUV60.73145.6591.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.95%
GREEN value IS 81 (32.03% from 255) = 44.51%
BLUE value IS 92 (36.33% from 255) = 50.55%
R=4.95%
G=44.51%
B=50.55%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal981920.900.1200.64187.9582.1819.8
Hex9515C5AC040bc5214
Octal1112113413214010027412224
Binary100110100011011100101101011000100000010111100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09515C; }

 p { color: rgb(9,81,92); }

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

<style>
 a { background-color: #09515C; }

 a { background-color: rgb(9,81,92); }

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

<style>
 span { border-color: #09515C; }

 span { border-color: rgb(9,81,92); }

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