#05514E

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

Shades of Sherpa Blue #05514E

Tints of Sherpa Blue #05514E

Color information

#05514E (or 0x05514E) is unknown color: approx Sherpa Blue. HEX triplet: 05, 51 and 4E. RGB value is (5,81,78). Sum of RGB (Red+Green+Blue) = 5+81+78=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 81 (32.03% from 255 or 49.39% from 164); Blue value is 78 (30.86% from 255 or 47.56% from 164); Max value from RGB is 81 - color contains mainly: green. Hex color #05514E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05514E is #FAAEB1. Grayscale: #393939. Windows color (decimal): -16428722 or 5132549. OLE color: 5132549.

HSL color Cylindrical-coordinate representation of color #05514E: hue angle of 177.63º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05514E is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB58178-
CMYK0.9400.040.68
HSL177.63º88.37%16.86%-
HSV(B)177.63º93.83%31.76%-
XYZ4.386.478.23-
YUV57.93139.3290.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.05%
GREEN value IS 81 (32.03% from 255) = 49.39%
BLUE value IS 78 (30.86% from 255) = 47.56%
R=3.05%
G=49.39%
B=47.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal581780.9400.040.68177.6388.3716.86
Hex5514E5E0444b25811
Octal51211161360410426213021
Binary1011010001100111010111100100100010010110010101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05514E; }

 p { color: rgb(5,81,78); }

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

<style>
 a { background-color: #05514E; }

 a { background-color: rgb(5,81,78); }

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

<style>
 span { border-color: #05514E; }

 span { border-color: rgb(5,81,78); }

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