#095255

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

Shades of Sherpa Blue #095255

Tints of Sherpa Blue #095255

Color information

#095255 (or 0x095255) is unknown color: approx Sherpa Blue. HEX triplet: 09, 52 and 55. RGB value is (9,82,85). Sum of RGB (Red+Green+Blue) = 9+82+85=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 82 (32.42% from 255 or 46.59% from 176); Blue value is 85 (33.59% from 255 or 48.30% from 176); Max value from RGB is 85 - color contains mainly: blue. Hex color #095255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095255 is #F6ADAA. Grayscale: #3C3C3C. Windows color (decimal): -16166315 or 5591561. OLE color: 5591561.

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

Color convert

RGB98285-
CMYK0.890.0400.67
HSL182.37º80.85%18.43%-
HSV(B)182.37º89.41%33.33%-
XYZ4.776.759.65-
YUV60.52141.8291.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.11%
GREEN value IS 82 (32.42% from 255) = 46.59%
BLUE value IS 85 (33.59% from 255) = 48.30%
R=5.11%
G=46.59%
B=48.30%

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
Decimal982850.890.0400.67182.3780.8518.43
Hex95255594043b65112
Octal111221251314010326612122
Binary10011010010101010110110011000100001110110110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095255; }

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

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

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

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

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

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

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

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