#054A65

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

Shades of Sherpa Blue #054A65

Tints of Sherpa Blue #054A65

Color information

#054A65 (or 0x054A65) is unknown color: approx Sherpa Blue. HEX triplet: 05, 4A and 65. RGB value is (5,74,101). Sum of RGB (Red+Green+Blue) = 5+74+101=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 74 (29.30% from 255 or 41.11% from 180); Blue value is 101 (39.84% from 255 or 56.11% from 180); Max value from RGB is 101 - color contains mainly: blue. Hex color #054A65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054A65 is #FAB59A. Grayscale: #383838. Windows color (decimal): -16430491 or 6638085. OLE color: 6638085.

HSL color Cylindrical-coordinate representation of color #054A65: hue angle of 196.88º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054A65 is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB574101-
CMYK0.950.2700.60
HSL196.88º90.57%20.78%-
HSV(B)196.88º95.05%39.61%-
XYZ4.865.8713.19-
YUV56.45153.1491.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.78%
GREEN value IS 74 (29.30% from 255) = 41.11%
BLUE value IS 101 (39.84% from 255) = 56.11%
R=2.78%
G=41.11%
B=56.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5741010.950.2700.60196.8890.5720.78
Hex54A655F1B03Cc55b15
Octal51121451373307430513325
Binary10110010101100101101111111011011110011000101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054A65; }

 p { color: rgb(5,74,101); }

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

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

 a { background-color: rgb(5,74,101); }

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

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

 span { border-color: rgb(5,74,101); }

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