#095358

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

Shades of Sherpa Blue #095358

Tints of Sherpa Blue #095358

Color information

#095358 (or 0x095358) is unknown color: approx Sherpa Blue. HEX triplet: 09, 53 and 58. RGB value is (9,83,88). Sum of RGB (Red+Green+Blue) = 9+83+88=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 88 (34.77% from 255 or 48.89% from 180); Max value from RGB is 88 - color contains mainly: blue. Hex color #095358 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095358 is #F6ACA7. Grayscale: #3D3D3D. Windows color (decimal): -16166056 or 5788425. OLE color: 5788425.

HSL color Cylindrical-coordinate representation of color #095358: hue angle of 183.8º degrees, saturation: 0.81, 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 #095358 is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB98388-
CMYK0.900.0600.65
HSL183.8º81.44%19.02%-
HSV(B)183.8º89.77%34.51%-
XYZ4.976.9510.31-
YUV61.44142.9890.59-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5%
GREEN value IS 83 (32.81% from 255) = 46.11%
BLUE value IS 88 (34.77% from 255) = 48.89%
R=5%
G=46.11%
B=48.89%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal983880.900.0600.65183.881.4419.02
Hex953585A6041b85113
Octal111231301326010127012123
Binary10011010011101100010110101100100000110111000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095358; }

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

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

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

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

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

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

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

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