#09534F

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

Shades of Sherpa Blue #09534F

Tints of Sherpa Blue #09534F

Color information

#09534F (or 0x09534F) is unknown color: approx Sherpa Blue. HEX triplet: 09, 53 and 4F. RGB value is (9,83,79). Sum of RGB (Red+Green+Blue) = 9+83+79=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 79 (31.25% from 255 or 46.20% from 171); Max value from RGB is 83 - color contains mainly: green. Hex color #09534F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09534F is #F6ACB0. Grayscale: #3C3C3C. Windows color (decimal): -16166065 or 5198601. OLE color: 5198601.

HSL color Cylindrical-coordinate representation of color #09534F: hue angle of 176.76º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09534F is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB98379-
CMYK0.8900.050.67
HSL176.76º80.43%18.04%-
HSV(B)176.76º89.16%32.55%-
XYZ4.626.818.47-
YUV60.42138.4891.33-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.26%
GREEN value IS 83 (32.81% from 255) = 48.54%
BLUE value IS 79 (31.25% from 255) = 46.20%
R=5.26%
G=48.54%
B=46.20%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal983790.8900.050.67176.7680.4318.04
Hex9534F590543b15012
Octal111231171310510326112022
Binary10011010011100111110110010101100001110110001101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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