#004F5C

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

Shades of Sherpa Blue #004F5C

Tints of Sherpa Blue #004F5C

Color information

#004F5C (or 0x004F5C) is unknown color: approx Sherpa Blue. HEX triplet: 00, 4F and 5C. RGB value is (0,79,92). Sum of RGB (Red+Green+Blue) = 0+79+92=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 79 (31.25% from 255 or 46.20% from 171); Blue value is 92 (36.33% from 255 or 53.80% from 171); Max value from RGB is 92 - color contains mainly: blue. Hex color #004F5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004F5C is #FFB0A3. Grayscale: #383838. Windows color (decimal): -16756900 or 6049536. OLE color: 6049536.

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

Color convert

RGB07992-
CMYK10.1400.64
HSL188.48º100%18.04%-
HSV(B)188.48º100%36.08%-
XYZ4.736.3611.1-
YUV56.86147.8387.44-

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) = 46.20%
BLUE value IS 92 (36.33% from 255) = 53.80%
R=0%
G=46.20%
B=53.80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal0799210.1400.64188.4810018.04
Hex04F5C64E040bc6412
Octal011713414416010027414422
Binary010011111011100110010011100100000010111100110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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