#00514C

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

Shades of Sherpa Blue #00514C

Tints of Sherpa Blue #00514C

Color information

#00514C (or 0x00514C) is unknown color: approx Sherpa Blue. HEX triplet: 00, 51 and 4C. RGB value is (0,81,76). Sum of RGB (Red+Green+Blue) = 0+81+76=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 81 (32.03% from 255 or 51.59% from 157); Blue value is 76 (30.08% from 255 or 48.41% from 157); Max value from RGB is 81 - color contains mainly: green. Hex color #00514C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00514C is #FFAEB3. Grayscale: #383838. Windows color (decimal): -16756404 or 5001472. OLE color: 5001472.

HSL color Cylindrical-coordinate representation of color #00514C: hue angle of 176.3º 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 #00514C is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB08176-
CMYK100.060.68
HSL176.3º100%15.88%-
HSV(B)176.3º100%31.76%-
XYZ4.256.417.85-
YUV56.21139.1687.91-

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) = 51.59%
BLUE value IS 76 (30.08% from 255) = 48.41%
R=0%
G=51.59%
B=48.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal08176100.060.68176.310015.88
Hex0514C640644b06410
Octal01211141440610426014420
Binary01010001100110011001000110100010010110000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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