#09524F

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

Shades of Sherpa Blue #09524F

Tints of Sherpa Blue #09524F

Color information

#09524F (or 0x09524F) is unknown color: approx Sherpa Blue. HEX triplet: 09, 52 and 4F. RGB value is (9,82,79). Sum of RGB (Red+Green+Blue) = 9+82+79=170 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.29% from 170); Green value is 82 (32.42% from 255 or 48.24% from 170); Blue value is 79 (31.25% from 255 or 46.47% from 170); Max value from RGB is 82 - color contains mainly: green. Hex color #09524F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09524F is #F6ADB0. Grayscale: #3B3B3B. Windows color (decimal): -16166321 or 5198345. OLE color: 5198345.

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

Color convert

RGB98279-
CMYK0.8900.040.68
HSL177.53º80.22%17.84%-
HSV(B)177.53º89.02%32.16%-
XYZ4.546.668.44-
YUV59.83138.8291.74-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.29%
GREEN value IS 82 (32.42% from 255) = 48.24%
BLUE value IS 79 (31.25% from 255) = 46.47%
R=5.29%
G=48.24%
B=46.47%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal982790.8900.040.68177.5380.2217.84
Hex9524F590444b25012
Octal111221171310410426212022
Binary10011010010100111110110010100100010010110010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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