#095257

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

Shades of Sherpa Blue #095257

Tints of Sherpa Blue #095257

Color information

#095257 (or 0x095257) is unknown color: approx Sherpa Blue. HEX triplet: 09, 52 and 57. RGB value is (9,82,87). Sum of RGB (Red+Green+Blue) = 9+82+87=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 87 (34.38% from 255 or 48.88% from 178); Max value from RGB is 87 - color contains mainly: blue. Hex color #095257 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095257 is #F6ADA8. Grayscale: #3C3C3C. Windows color (decimal): -16166313 or 5722633. OLE color: 5722633.

HSL color Cylindrical-coordinate representation of color #095257: hue angle of 183.85º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095257 is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB98287-
CMYK0.900.0600.66
HSL183.85º81.25%18.82%-
HSV(B)183.85º89.66%34.12%-
XYZ4.856.7810.07-
YUV60.74142.8291.09-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.06%
GREEN value IS 82 (32.42% from 255) = 46.07%
BLUE value IS 87 (34.38% from 255) = 48.88%
R=5.06%
G=46.07%
B=48.88%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal982870.900.0600.66183.8581.2518.82
Hex952575A6042b85113
Octal111221271326010227012123
Binary10011010010101011110110101100100001010111000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095257; }

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

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

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

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

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

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

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

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