#09525F

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

Shades of Sherpa Blue #09525F

Tints of Sherpa Blue #09525F

Color information

#09525F (or 0x09525F) is unknown color: approx Sherpa Blue. HEX triplet: 09, 52 and 5F. RGB value is (9,82,95). Sum of RGB (Red+Green+Blue) = 9+82+95=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 95 (37.5% from 255 or 51.08% from 186); Max value from RGB is 95 - color contains mainly: blue. Hex color #09525F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09525F is #F6ADA0. Grayscale: #3D3D3D. Windows color (decimal): -16166305 or 6246921. OLE color: 6246921.

HSL color Cylindrical-coordinate representation of color #09525F: hue angle of 189.07º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09525F is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB98295-
CMYK0.910.1400.63
HSL189.07º82.69%20.39%-
HSV(B)189.07º90.53%37.25%-
XYZ5.26.9211.89-
YUV61.66146.8290.44-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.84%
GREEN value IS 82 (32.42% from 255) = 44.09%
BLUE value IS 95 (37.5% from 255) = 51.08%
R=4.84%
G=44.09%
B=51.08%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal982950.910.1400.63189.0782.6920.39
Hex9525F5BE03Fbd5314
Octal111221371331607727512324
Binary10011010010101111110110111110011111110111101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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