#05374D

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

Shades of Sherpa Blue #05374D

Tints of Sherpa Blue #05374D

Color information

#05374D (or 0x05374D) is unknown color: approx Sherpa Blue. HEX triplet: 05, 37 and 4D. RGB value is (5,55,77). Sum of RGB (Red+Green+Blue) = 5+55+77=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 55 (21.88% from 255 or 40.15% from 137); Blue value is 77 (30.47% from 255 or 56.20% from 137); Max value from RGB is 77 - color contains mainly: blue. Hex color #05374D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05374D is #FAC8B2. Grayscale: #2A2A2A. Windows color (decimal): -16435379 or 5060357. OLE color: 5060357.

HSL color Cylindrical-coordinate representation of color #05374D: hue angle of 198.33º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05374D is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB55577-
CMYK0.940.2900.70
HSL198.33º87.8%16.08%-
HSV(B)198.33º93.51%30.2%-
XYZ2.773.37.51-
YUV42.56147.44101.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.65%
GREEN value IS 55 (21.88% from 255) = 40.15%
BLUE value IS 77 (30.47% from 255) = 56.20%
R=3.65%
G=40.15%
B=56.20%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal555770.940.2900.70198.3387.816.08
Hex5374D5E1D046c65810
Octal56711513635010630613020
Binary10111011110011011011110111010100011011000110101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,55,77); }

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

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

 a { background-color: rgb(5,55,77); }

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

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

 span { border-color: rgb(5,55,77); }

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