#09525E

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

Shades of Sherpa Blue #09525E

Tints of Sherpa Blue #09525E

Color information

#09525E (or 0x09525E) is unknown color: approx Sherpa Blue. HEX triplet: 09, 52 and 5E. RGB value is (9,82,94). Sum of RGB (Red+Green+Blue) = 9+82+94=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 94 (37.11% from 255 or 50.81% from 185); Max value from RGB is 94 - color contains mainly: blue. Hex color #09525E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09525E is #F6ADA1. Grayscale: #3D3D3D. Windows color (decimal): -16166306 or 6181385. OLE color: 6181385.

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

Color convert

RGB98294-
CMYK0.900.1300.63
HSL188.47º82.52%20.2%-
HSV(B)188.47º90.43%36.86%-
XYZ5.156.911.65-
YUV61.54146.3290.52-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.86%
GREEN value IS 82 (32.42% from 255) = 44.32%
BLUE value IS 94 (37.11% from 255) = 50.81%
R=4.86%
G=44.32%
B=50.81%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal982940.900.1300.63188.4782.5220.2
Hex9525E5AD03Fbc5314
Octal111221361321507727412324
Binary10011010010101111010110101101011111110111100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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