#00504E

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

Shades of Sherpa Blue #00504E

Tints of Sherpa Blue #00504E

Color information

#00504E (or 0x00504E) is unknown color: approx Sherpa Blue. HEX triplet: 00, 50 and 4E. RGB value is (0,80,78). Sum of RGB (Red+Green+Blue) = 0+80+78=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 78 (30.86% from 255 or 49.37% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #00504E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00504E is #FFAFB1. Grayscale: #373737. Windows color (decimal): -16756658 or 5132288. OLE color: 5132288.

HSL color Cylindrical-coordinate representation of color #00504E: hue angle of 178.5º 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 #00504E is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB08078-
CMYK100.020.69
HSL178.5º100%15.69%-
HSV(B)178.5º100%31.37%-
XYZ4.246.298.2-
YUV55.85140.588.16-

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.63%
BLUE value IS 78 (30.86% from 255) = 49.37%
R=0%
G=50.63%
B=49.37%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal08078100.020.69178.510015.69
Hex0504E640245b26410
Octal01201161440210526214420
Binary0101000010011101100100010100010110110010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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