#095055

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

Shades of Sherpa Blue #095055

Tints of Sherpa Blue #095055

Color information

#095055 (or 0x095055) is unknown color: approx Sherpa Blue. HEX triplet: 09, 50 and 55. RGB value is (9,80,85). Sum of RGB (Red+Green+Blue) = 9+80+85=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 85 (33.59% from 255 or 48.85% from 174); Max value from RGB is 85 - color contains mainly: blue. Hex color #095055 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095055 is #F6AFAA. Grayscale: #3B3B3B. Windows color (decimal): -16166827 or 5591049. OLE color: 5591049.

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

Color convert

RGB98085-
CMYK0.890.0600.67
HSL183.95º80.85%18.43%-
HSV(B)183.95º89.41%33.33%-
XYZ4.626.459.6-
YUV59.34142.4892.09-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.17%
GREEN value IS 80 (31.64% from 255) = 45.98%
BLUE value IS 85 (33.59% from 255) = 48.85%
R=5.17%
G=45.98%
B=48.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal980850.890.0600.67183.9580.8518.43
Hex95055596043b85112
Octal111201251316010327012122
Binary10011010000101010110110011100100001110111000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095055; }

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

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

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

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

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

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

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

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