#095052

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

Shades of Sherpa Blue #095052

Tints of Sherpa Blue #095052

Color information

#095052 (or 0x095052) is unknown color: approx Sherpa Blue. HEX triplet: 09, 50 and 52. RGB value is (9,80,82). Sum of RGB (Red+Green+Blue) = 9+80+82=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 82 (32.42% from 255 or 47.95% from 171); Max value from RGB is 82 - color contains mainly: blue. Hex color #095052 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095052 is #F6AFAD. Grayscale: #3A3A3A. Windows color (decimal): -16166830 or 5394441. OLE color: 5394441.

HSL color Cylindrical-coordinate representation of color #095052: hue angle of 181.64º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095052 is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB98082-
CMYK0.890.0200.68
HSL181.64º80.22%17.84%-
HSV(B)181.64º89.02%32.16%-
XYZ4.56.48.98-
YUV59140.9892.34-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.26%
GREEN value IS 80 (31.64% from 255) = 46.78%
BLUE value IS 82 (32.42% from 255) = 47.95%
R=5.26%
G=46.78%
B=47.95%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal980820.890.0200.68181.6480.2217.84
Hex95052592044b65012
Octal111201221312010426612022
Binary1001101000010100101011001100100010010110110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095052; }

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

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

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

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

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

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

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

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