#053745

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

Shades of Sherpa Blue #053745

Tints of Sherpa Blue #053745

Color information

#053745 (or 0x053745) is unknown color: approx Sherpa Blue. HEX triplet: 05, 37 and 45. RGB value is (5,55,69). Sum of RGB (Red+Green+Blue) = 5+55+69=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 55 (21.88% from 255 or 42.64% from 129); Blue value is 69 (27.34% from 255 or 53.49% from 129); Max value from RGB is 69 - color contains mainly: blue. Hex color #053745 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053745 is #FAC8BA. Grayscale: #292929. Windows color (decimal): -16435387 or 4536069. OLE color: 4536069.

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

Color convert

RGB55569-
CMYK0.930.2000.73
HSL193.12º86.49%14.51%-
HSV(B)193.12º92.75%27.06%-
XYZ2.53.196.11-
YUV41.65143.44101.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.88%
GREEN value IS 55 (21.88% from 255) = 42.64%
BLUE value IS 69 (27.34% from 255) = 53.49%
R=3.88%
G=42.64%
B=53.49%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal555690.930.2000.73193.1286.4914.51
Hex537455D14049c156f
Octal56710513524011130112617
Binary1011101111000101101110110100010010011100000110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053745; }

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

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

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

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

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

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

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

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