#005259

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

Shades of Sherpa Blue #005259

Tints of Sherpa Blue #005259

Color information

#005259 (or 0x005259) is unknown color: approx Sherpa Blue. HEX triplet: 00, 52 and 59. RGB value is (0,82,89). Sum of RGB (Red+Green+Blue) = 0+82+89=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 82 (32.42% from 255 or 47.95% from 171); Blue value is 89 (35.16% from 255 or 52.05% from 171); Max value from RGB is 89 - color contains mainly: blue. Hex color #005259 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005259 is #FFADA6. Grayscale: #3A3A3A. Windows color (decimal): -16756135 or 5853696. OLE color: 5853696.

HSL color Cylindrical-coordinate representation of color #005259: hue angle of 184.72º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005259 is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB08289-
CMYK10.0800.65
HSL184.72º100%17.45%-
HSV(B)184.72º100%34.9%-
XYZ4.826.7610.5-
YUV58.28145.3386.43-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 82 (32.42% from 255) = 47.95%
BLUE value IS 89 (35.16% from 255) = 52.05%
R=0%
G=47.95%
B=52.05%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal0828910.0800.65184.7210017.45
Hex05259648041b96411
Octal012213114410010127114421
Binary010100101011001110010010000100000110111001110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005259; }

 p { color: rgb(0,82,89); }

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

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

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

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

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

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

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