#00515D

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

Shades of Sherpa Blue #00515D

Tints of Sherpa Blue #00515D

Color information

#00515D (or 0x00515D) is unknown color: approx Sherpa Blue. HEX triplet: 00, 51 and 5D. RGB value is (0,81,93). Sum of RGB (Red+Green+Blue) = 0+81+93=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 81 (32.03% from 255 or 46.55% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #00515D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00515D is #FFAEA2. Grayscale: #3A3A3A. Windows color (decimal): -16756387 or 6115584. OLE color: 6115584.

HSL color Cylindrical-coordinate representation of color #00515D: hue angle of 187.74º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00515D is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB08193-
CMYK10.1300.64
HSL187.74º100%18.24%-
HSV(B)187.74º100%36.47%-
XYZ4.926.6811.39-
YUV58.15147.6686.52-

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) = 46.55%
BLUE value IS 93 (36.72% from 255) = 53.45%
R=0%
G=46.55%
B=53.45%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal0819310.1300.64187.7410018.24
Hex0515D64D040bc6412
Octal012113514415010027414422
Binary010100011011101110010011010100000010111100110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00515D; }

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

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

<style>
 a { background-color: #00515D; }

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

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

<style>
 span { border-color: #00515D; }

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

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