#095450

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

Shades of Sherpa Blue #095450

Tints of Sherpa Blue #095450

Color information

#095450 (or 0x095450) is unknown color: approx Sherpa Blue. HEX triplet: 09, 54 and 50. RGB value is (9,84,80). Sum of RGB (Red+Green+Blue) = 9+84+80=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #095450 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095450 is #F6ABAF. Grayscale: #3D3D3D. Windows color (decimal): -16165808 or 5264393. OLE color: 5264393.

HSL color Cylindrical-coordinate representation of color #095450: hue angle of 176.8º degrees, saturation: 0.81, 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 #095450 is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB98480-
CMYK0.8900.050.67
HSL176.8º80.65%18.24%-
HSV(B)176.8º89.29%32.94%-
XYZ4.736.988.69-
YUV61.12138.6590.83-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.20%
GREEN value IS 84 (33.20% from 255) = 48.55%
BLUE value IS 80 (31.64% from 255) = 46.24%
R=5.20%
G=48.55%
B=46.24%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal984800.8900.050.67176.880.6518.24
Hex95450590543b15112
Octal111241201310510326112122
Binary10011010100101000010110010101100001110110001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095450; }

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

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

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

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

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

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

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

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