#095351

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

Shades of Sherpa Blue #095351

Tints of Sherpa Blue #095351

Color information

#095351 (or 0x095351) is unknown color: approx Sherpa Blue. HEX triplet: 09, 53 and 51. RGB value is (9,83,81). Sum of RGB (Red+Green+Blue) = 9+83+81=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 81 (32.03% from 255 or 46.82% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #095351 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095351 is #F6ACAE. Grayscale: #3C3C3C. Windows color (decimal): -16166063 or 5329673. OLE color: 5329673.

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

Color convert

RGB98381-
CMYK0.8900.020.67
HSL178.38º80.43%18.04%-
HSV(B)178.38º89.16%32.55%-
XYZ4.696.848.86-
YUV60.65139.4891.16-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.20%
GREEN value IS 83 (32.81% from 255) = 47.98%
BLUE value IS 81 (32.03% from 255) = 46.82%
R=5.20%
G=47.98%
B=46.82%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal983810.8900.020.67178.3880.4318.04
Hex95351590243b25012
Octal111231211310210326212022
Binary1001101001110100011011001010100001110110010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095351; }

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

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

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

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

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

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

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

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