#095053

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

Shades of Sherpa Blue #095053

Tints of Sherpa Blue #095053

Color information

#095053 (or 0x095053) is unknown color: approx Sherpa Blue. HEX triplet: 09, 50 and 53. RGB value is (9,80,83). Sum of RGB (Red+Green+Blue) = 9+80+83=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 83 (32.81% from 255 or 48.26% from 172); Max value from RGB is 83 - color contains mainly: blue. Hex color #095053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095053 is #F6AFAC. Grayscale: #3B3B3B. Windows color (decimal): -16166829 or 5459977. OLE color: 5459977.

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

Color convert

RGB98083-
CMYK0.890.0400.67
HSL182.43º80.43%18.04%-
HSV(B)182.43º89.16%32.55%-
XYZ4.546.429.18-
YUV59.11141.4892.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.23%
GREEN value IS 80 (31.64% from 255) = 46.51%
BLUE value IS 83 (32.81% from 255) = 48.26%
R=5.23%
G=46.51%
B=48.26%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal980830.890.0400.67182.4380.4318.04
Hex95053594043b65012
Octal111201231314010326612022
Binary10011010000101001110110011000100001110110110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095053; }

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

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

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

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

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

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

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

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