#095352

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

Shades of Sherpa Blue #095352

Tints of Sherpa Blue #095352

Color information

#095352 (or 0x095352) is unknown color: approx Sherpa Blue. HEX triplet: 09, 53 and 52. RGB value is (9,83,82). Sum of RGB (Red+Green+Blue) = 9+83+82=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 82 (32.42% from 255 or 47.13% from 174); Max value from RGB is 83 - color contains mainly: green. Hex color #095352 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095352 is #F6ACAD. Grayscale: #3C3C3C. Windows color (decimal): -16166062 or 5395209. OLE color: 5395209.

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

Color convert

RGB98382-
CMYK0.8900.010.67
HSL179.19º80.43%18.04%-
HSV(B)179.19º89.16%32.55%-
XYZ4.736.859.06-
YUV60.76139.9891.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.17%
GREEN value IS 83 (32.81% from 255) = 47.70%
BLUE value IS 82 (32.42% from 255) = 47.13%
R=5.17%
G=47.70%
B=47.13%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal983820.8900.010.67179.1980.4318.04
Hex95352590143b35012
Octal111231221310110326312022
Binary100110100111010010101100101100001110110011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095352; }

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

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

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

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

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

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

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

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