#09515A

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

Shades of Sherpa Blue #09515A

Tints of Sherpa Blue #09515A

Color information

#09515A (or 0x09515A) is unknown color: approx Sherpa Blue. HEX triplet: 09, 51 and 5A. RGB value is (9,81,90). Sum of RGB (Red+Green+Blue) = 9+81+90=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 81 (32.03% from 255 or 45% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: blue. Hex color #09515A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09515A is #F6AEA5. Grayscale: #3C3C3C. Windows color (decimal): -16166566 or 5918985. OLE color: 5918985.

HSL color Cylindrical-coordinate representation of color #09515A: hue angle of 186.67º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09515A is Cyan = 0.9, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB98190-
CMYK0.90.100.65
HSL186.67º81.82%19.41%-
HSV(B)186.67º90%35.29%-
XYZ4.96.6810.7-
YUV60.5144.6591.27-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5%
GREEN value IS 81 (32.03% from 255) = 45%
BLUE value IS 90 (35.55% from 255) = 50%
R=5%
G=45%
B=50%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal981900.90.100.65186.6781.8219.41
Hex9515A5AA041bb5213
Octal1112113213212010127312223
Binary100110100011011010101101010100100000110111011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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