#09525A

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

Shades of Sherpa Blue #09525A

Tints of Sherpa Blue #09525A

Color information

#09525A (or 0x09525A) is unknown color: approx Sherpa Blue. HEX triplet: 09, 52 and 5A. RGB value is (9,82,90). Sum of RGB (Red+Green+Blue) = 9+82+90=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #09525A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09525A is #F6ADA5. Grayscale: #3C3C3C. Windows color (decimal): -16166310 or 5919241. OLE color: 5919241.

HSL color Cylindrical-coordinate representation of color #09525A: hue angle of 185.93º 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 #09525A is Cyan = 0.9, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB98290-
CMYK0.90.0900.65
HSL185.93º81.82%19.41%-
HSV(B)185.93º90%35.29%-
XYZ4.986.8310.73-
YUV61.08144.3290.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.97%
GREEN value IS 82 (32.42% from 255) = 45.30%
BLUE value IS 90 (35.55% from 255) = 49.72%
R=4.97%
G=45.30%
B=49.72%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal982900.90.0900.65185.9381.8219.41
Hex9525A5A9041ba5213
Octal1112213213211010127212223
Binary100110100101011010101101010010100000110111010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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