#095357

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

Shades of Sherpa Blue #095357

Tints of Sherpa Blue #095357

Color information

#095357 (or 0x095357) is unknown color: approx Sherpa Blue. HEX triplet: 09, 53 and 57. RGB value is (9,83,87). Sum of RGB (Red+Green+Blue) = 9+83+87=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 87 (34.38% from 255 or 48.60% from 179); Max value from RGB is 87 - color contains mainly: blue. Hex color #095357 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095357 is #F6ACA8. Grayscale: #3D3D3D. Windows color (decimal): -16166057 or 5722889. OLE color: 5722889.

HSL color Cylindrical-coordinate representation of color #095357: hue angle of 183.08º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095357 is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB98387-
CMYK0.900.0500.66
HSL183.08º81.25%18.82%-
HSV(B)183.08º89.66%34.12%-
XYZ4.936.9310.1-
YUV61.33142.4890.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.03%
GREEN value IS 83 (32.81% from 255) = 46.37%
BLUE value IS 87 (34.38% from 255) = 48.60%
R=5.03%
G=46.37%
B=48.60%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal983870.900.0500.66183.0881.2518.82
Hex953575A5042b75113
Octal111231271325010226712123
Binary10011010011101011110110101010100001010110111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095357; }

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

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

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

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

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

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

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

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