#053641

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

Shades of Sherpa Blue #053641

Tints of Sherpa Blue #053641

Color information

#053641 (or 0x053641) is unknown color: approx Sherpa Blue. HEX triplet: 05, 36 and 41. RGB value is (5,54,65). Sum of RGB (Red+Green+Blue) = 5+54+65=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 54 (21.48% from 255 or 43.55% from 124); Blue value is 65 (25.78% from 255 or 52.42% from 124); Max value from RGB is 65 - color contains mainly: blue. Hex color #053641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053641 is #FAC9BE. Grayscale: #282828. Windows color (decimal): -16435647 or 4273669. OLE color: 4273669.

HSL color Cylindrical-coordinate representation of color #053641: hue angle of 191º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053641 is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB55465-
CMYK0.920.1700.75
HSL191º85.71%13.73%-
HSV(B)191º92.31%25.49%-
XYZ2.343.055.47-
YUV40.6141.77102.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.03%
GREEN value IS 54 (21.48% from 255) = 43.55%
BLUE value IS 65 (25.78% from 255) = 52.42%
R=4.03%
G=43.55%
B=52.42%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal554650.920.1700.7519185.7113.73
Hex536415C1104Bbf56e
Octal56610113421011327712616
Binary1011101101000001101110010001010010111011111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053641; }

 p { color: rgb(5,54,65); }

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

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

 a { background-color: rgb(5,54,65); }

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

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

 span { border-color: rgb(5,54,65); }

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