#054761

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

Shades of Sherpa Blue #054761

Tints of Sherpa Blue #054761

Color information

#054761 (or 0x054761) is unknown color: approx Sherpa Blue. HEX triplet: 05, 47 and 61. RGB value is (5,71,97). Sum of RGB (Red+Green+Blue) = 5+71+97=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 97 (38.28% from 255 or 56.07% from 173); Max value from RGB is 97 - color contains mainly: blue. Hex color #054761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054761 is #FAB89E. Grayscale: #363636. Windows color (decimal): -16431263 or 6375173. OLE color: 6375173.

HSL color Cylindrical-coordinate representation of color #054761: hue angle of 196.96º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054761 is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB57197-
CMYK0.950.2700.62
HSL196.96º90.2%20%-
HSV(B)196.96º94.85%38.04%-
XYZ4.475.412.12-
YUV54.23152.1392.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.89%
GREEN value IS 71 (28.12% from 255) = 41.04%
BLUE value IS 97 (38.28% from 255) = 56.07%
R=2.89%
G=41.04%
B=56.07%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal571970.950.2700.62196.9690.220
Hex547615F1B03Ec55a14
Octal51071411373307630513224
Binary10110001111100001101111111011011111011000101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054761; }

 p { color: rgb(5,71,97); }

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

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

 a { background-color: rgb(5,71,97); }

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

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

 span { border-color: rgb(5,71,97); }

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