#05494B

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

Shades of Sherpa Blue #05494B

Tints of Sherpa Blue #05494B

Color information

#05494B (or 0x05494B) is unknown color: approx Sherpa Blue. HEX triplet: 05, 49 and 4B. RGB value is (5,73,75). Sum of RGB (Red+Green+Blue) = 5+73+75=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 73 (28.91% from 255 or 47.71% from 153); Blue value is 75 (29.69% from 255 or 49.02% from 153); Max value from RGB is 75 - color contains mainly: blue. Hex color #05494B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05494B is #FAB6B4. Grayscale: #343434. Windows color (decimal): -16430773 or 4933893. OLE color: 4933893.

HSL color Cylindrical-coordinate representation of color #05494B: hue angle of 181.71º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05494B is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB57375-
CMYK0.930.0300.71
HSL181.71º87.5%15.69%-
HSV(B)181.71º93.33%29.41%-
XYZ3.725.317.48-
YUV52.9140.4793.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.27%
GREEN value IS 73 (28.91% from 255) = 47.71%
BLUE value IS 75 (29.69% from 255) = 49.02%
R=3.27%
G=47.71%
B=49.02%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal573750.930.0300.71181.7187.515.69
Hex5494B5D3047b65810
Octal51111131353010726613020
Binary101100100110010111011101110100011110110110101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05494B; }

 p { color: rgb(5,73,75); }

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

<style>
 a { background-color: #05494B; }

 a { background-color: rgb(5,73,75); }

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

<style>
 span { border-color: #05494B; }

 span { border-color: rgb(5,73,75); }

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