#004F56

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

Shades of Sherpa Blue #004F56

Tints of Sherpa Blue #004F56

Color information

#004F56 (or 0x004F56) is unknown color: approx Sherpa Blue. HEX triplet: 00, 4F and 56. RGB value is (0,79,86). Sum of RGB (Red+Green+Blue) = 0+79+86=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 79 (31.25% from 255 or 47.88% from 165); Blue value is 86 (33.98% from 255 or 52.12% from 165); Max value from RGB is 86 - color contains mainly: blue. Hex color #004F56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004F56 is #FFB0A9. Grayscale: #383838. Windows color (decimal): -16756906 or 5656320. OLE color: 5656320.

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

Color convert

RGB07986-
CMYK10.0800.66
HSL184.88º100%16.86%-
HSV(B)184.88º100%33.73%-
XYZ4.486.269.78-
YUV56.18144.8387.93-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 79 (31.25% from 255) = 47.88%
BLUE value IS 86 (33.98% from 255) = 52.12%
R=0%
G=47.88%
B=52.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal0798610.0800.66184.8810016.86
Hex04F56648042b96411
Octal011712614410010227114421
Binary010011111010110110010010000100001010111001110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004F56; }

 p { color: rgb(0,79,86); }

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

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

 a { background-color: rgb(0,79,86); }

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

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

 span { border-color: rgb(0,79,86); }

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