#004F5D

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

Shades of Sherpa Blue #004F5D

Tints of Sherpa Blue #004F5D

Color information

#004F5D (or 0x004F5D) is unknown color: approx Sherpa Blue. HEX triplet: 00, 4F and 5D. RGB value is (0,79,93). Sum of RGB (Red+Green+Blue) = 0+79+93=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 79 (31.25% from 255 or 45.93% from 172); Blue value is 93 (36.72% from 255 or 54.07% from 172); Max value from RGB is 93 - color contains mainly: blue. Hex color #004F5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004F5D is #FFB0A2. Grayscale: #383838. Windows color (decimal): -16756899 or 6115072. OLE color: 6115072.

HSL color Cylindrical-coordinate representation of color #004F5D: hue angle of 189.03º 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 #004F5D is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB07993-
CMYK10.1500.64
HSL189.03º100%18.24%-
HSV(B)189.03º100%36.47%-
XYZ4.776.3811.34-
YUV56.97148.3387.36-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 79 (31.25% from 255) = 45.93%
BLUE value IS 93 (36.72% from 255) = 54.07%
R=0%
G=45.93%
B=54.07%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal0799310.1500.64189.0310018.24
Hex04F5D64F040bd6412
Octal011713514417010027514422
Binary010011111011101110010011110100000010111101110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004F5D; }

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

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

<style>
 a { background-color: #004F5D; }

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

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

<style>
 span { border-color: #004F5D; }

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

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