#00504F

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

Shades of Sherpa Blue #00504F

Tints of Sherpa Blue #00504F

Color information

#00504F (or 0x00504F) is unknown color: approx Sherpa Blue. HEX triplet: 00, 50 and 4F. RGB value is (0,80,79). Sum of RGB (Red+Green+Blue) = 0+80+79=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 80 (31.64% from 255 or 50.31% from 159); Blue value is 79 (31.25% from 255 or 49.69% from 159); Max value from RGB is 80 - color contains mainly: green. Hex color #00504F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00504F is #FFAFB0. Grayscale: #373737. Windows color (decimal): -16756657 or 5197824. OLE color: 5197824.

HSL color Cylindrical-coordinate representation of color #00504F: hue angle of 179.25º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00504F is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB08079-
CMYK100.010.69
HSL179.25º100%15.69%-
HSV(B)179.25º100%31.37%-
XYZ4.286.38.39-
YUV55.9714188.08-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 80 (31.64% from 255) = 50.31%
BLUE value IS 79 (31.25% from 255) = 49.69%
R=0%
G=50.31%
B=49.69%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal08079100.010.69179.2510015.69
Hex0504F640145b36410
Octal01201171440110526314420
Binary010100001001111110010001100010110110011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00504F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00504F; }

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

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

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

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

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

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

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

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