#095350

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

Shades of Sherpa Blue #095350

Tints of Sherpa Blue #095350

Color information

#095350 (or 0x095350) is unknown color: approx Sherpa Blue. HEX triplet: 09, 53 and 50. RGB value is (9,83,80). Sum of RGB (Red+Green+Blue) = 9+83+80=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #095350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095350 is #F6ACAF. Grayscale: #3C3C3C. Windows color (decimal): -16166064 or 5264137. OLE color: 5264137.

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

Color convert

RGB98380-
CMYK0.8900.040.67
HSL177.57º80.43%18.04%-
HSV(B)177.57º89.16%32.55%-
XYZ4.656.828.66-
YUV60.53138.9891.24-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.23%
GREEN value IS 83 (32.81% from 255) = 48.26%
BLUE value IS 80 (31.64% from 255) = 46.51%
R=5.23%
G=48.26%
B=46.51%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal983800.8900.040.67177.5780.4318.04
Hex95350590443b25012
Octal111231201310410326212022
Binary10011010011101000010110010100100001110110010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095350; }

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

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

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

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

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

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

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

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