#00514E

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

Shades of Sherpa Blue #00514E

Tints of Sherpa Blue #00514E

Color information

#00514E (or 0x00514E) is unknown color: approx Sherpa Blue. HEX triplet: 00, 51 and 4E. RGB value is (0,81,78). Sum of RGB (Red+Green+Blue) = 0+81+78=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 81 (32.03% from 255 or 50.94% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 81 - color contains mainly: green. Hex color #00514E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00514E is #FFAEB1. Grayscale: #383838. Windows color (decimal): -16756402 or 5132544. OLE color: 5132544.

HSL color Cylindrical-coordinate representation of color #00514E: hue angle of 177.78º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00514E is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB08178-
CMYK100.040.68
HSL177.78º100%15.88%-
HSV(B)177.78º100%31.76%-
XYZ4.326.438.22-
YUV56.44140.1687.74-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 81 (32.03% from 255) = 50.94%
BLUE value IS 78 (30.86% from 255) = 49.06%
R=0%
G=50.94%
B=49.06%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal08178100.040.68177.7810015.88
Hex0514E640444b26410
Octal01211161440410426214420
Binary01010001100111011001000100100010010110010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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