#095252

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

Shades of Sherpa Blue #095252

Tints of Sherpa Blue #095252

Color information

#095252 (or 0x095252) is unknown color: approx Sherpa Blue. HEX triplet: 09, 52 and 52. RGB value is (9,82,82). Sum of RGB (Red+Green+Blue) = 9+82+82=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 82 (32.42% from 255 or 47.40% from 173); Max value from RGB is 82 - color contains mainly: green, blue. Hex color #095252 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095252 is #F6ADAD. Grayscale: #3C3C3C. Windows color (decimal): -16166318 or 5394953. OLE color: 5394953.

HSL color Cylindrical-coordinate representation of color #095252: hue angle of 180º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095252 is Cyan = 0.89, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB98282-
CMYK0.89000.68
HSL180º80.22%17.84%-
HSV(B)180º89.02%32.16%-
XYZ4.656.79.03-
YUV60.17140.3291.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.20%
GREEN value IS 82 (32.42% from 255) = 47.40%
BLUE value IS 82 (32.42% from 255) = 47.40%
R=5.20%
G=47.40%
B=47.40%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal982820.89000.6818080.2217.84
Hex95252590044b45012
Octal111221221310010426412022
Binary100110100101010010101100100100010010110100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095252; }

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

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

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

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

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

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

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

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