#053646

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

Shades of Sherpa Blue #053646

Tints of Sherpa Blue #053646

Color information

#053646 (or 0x053646) is unknown color: approx Sherpa Blue. HEX triplet: 05, 36 and 46. RGB value is (5,54,70). Sum of RGB (Red+Green+Blue) = 5+54+70=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 54 (21.48% from 255 or 41.86% from 129); Blue value is 70 (27.73% from 255 or 54.26% from 129); Max value from RGB is 70 - color contains mainly: blue. Hex color #053646 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053646 is #FAC9B9. Grayscale: #292929. Windows color (decimal): -16435642 or 4601349. OLE color: 4601349.

HSL color Cylindrical-coordinate representation of color #053646: hue angle of 194.77º degrees, saturation: 0.87, 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 #053646 is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB55470-
CMYK0.930.2300.73
HSL194.77º86.67%14.71%-
HSV(B)194.77º92.86%27.45%-
XYZ2.493.116.26-
YUV41.17144.27102.2-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.88%
GREEN value IS 54 (21.48% from 255) = 41.86%
BLUE value IS 70 (27.73% from 255) = 54.26%
R=3.88%
G=41.86%
B=54.26%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal554700.930.2300.73194.7786.6714.71
Hex536465D17049c357f
Octal56610613527011130312717
Binary1011101101000110101110110111010010011100001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053646; }

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

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

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

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

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

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

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

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