#09535A

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

Shades of Sherpa Blue #09535A

Tints of Sherpa Blue #09535A

Color information

#09535A (or 0x09535A) is unknown color: approx Sherpa Blue. HEX triplet: 09, 53 and 5A. RGB value is (9,83,90). Sum of RGB (Red+Green+Blue) = 9+83+90=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 83 (32.81% from 255 or 45.60% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #09535A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09535A is #F6ACA5. Grayscale: #3D3D3D. Windows color (decimal): -16166054 or 5919497. OLE color: 5919497.

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

Color convert

RGB98390-
CMYK0.90.0800.65
HSL185.19º81.82%19.41%-
HSV(B)185.19º90%35.29%-
XYZ5.056.9810.75-
YUV61.67143.9890.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.95%
GREEN value IS 83 (32.81% from 255) = 45.60%
BLUE value IS 90 (35.55% from 255) = 49.45%
R=4.95%
G=45.60%
B=49.45%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal983900.90.0800.65185.1981.8219.41
Hex9535A5A8041b95213
Octal1112313213210010127112223
Binary100110100111011010101101010000100000110111001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09535A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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