#095254

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

Shades of Sherpa Blue #095254

Tints of Sherpa Blue #095254

Color information

#095254 (or 0x095254) is unknown color: approx Sherpa Blue. HEX triplet: 09, 52 and 54. RGB value is (9,82,84). Sum of RGB (Red+Green+Blue) = 9+82+84=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 84 (33.20% from 255 or 48% from 175); Max value from RGB is 84 - color contains mainly: blue. Hex color #095254 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095254 is #F6ADAB. Grayscale: #3C3C3C. Windows color (decimal): -16166316 or 5526025. OLE color: 5526025.

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

Color convert

RGB98284-
CMYK0.890.0200.67
HSL181.6º80.65%18.24%-
HSV(B)181.6º89.29%32.94%-
XYZ4.736.739.44-
YUV60.4141.3291.34-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.14%
GREEN value IS 82 (32.42% from 255) = 46.86%
BLUE value IS 84 (33.20% from 255) = 48%
R=5.14%
G=46.86%
B=48%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal982840.890.0200.67181.680.6518.24
Hex95254592043b65112
Octal111221241312010326612122
Binary1001101001010101001011001100100001110110110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095254; }

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

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

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

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

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

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

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

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