#054045

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

Shades of Sherpa Blue #054045

Tints of Sherpa Blue #054045

Color information

#054045 (or 0x054045) is unknown color: approx Sherpa Blue. HEX triplet: 05, 40 and 45. RGB value is (5,64,69). Sum of RGB (Red+Green+Blue) = 5+64+69=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 69 (27.34% from 255 or 50% from 138); Max value from RGB is 69 - color contains mainly: blue. Hex color #054045 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054045 is #FABFBA. Grayscale: #2E2E2E. Windows color (decimal): -16433083 or 4538373. OLE color: 4538373.

HSL color Cylindrical-coordinate representation of color #054045: hue angle of 184.69º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054045 is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB56469-
CMYK0.930.0700.73
HSL184.69º86.49%14.51%-
HSV(B)184.69º92.75%27.06%-
XYZ2.974.136.27-
YUV46.93140.4598.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.62%
GREEN value IS 64 (25.39% from 255) = 46.38%
BLUE value IS 69 (27.34% from 255) = 50%
R=3.62%
G=46.38%
B=50%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal564690.930.0700.73184.6986.4914.51
Hex540455D7049b956f
Octal51001051357011127112617
Binary101100000010001011011101111010010011011100110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054045; }

 p { color: rgb(5,64,69); }

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

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

 a { background-color: rgb(5,64,69); }

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

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

 span { border-color: rgb(5,64,69); }

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