#053645

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

Shades of Sherpa Blue #053645

Tints of Sherpa Blue #053645

Color information

#053645 (or 0x053645) is unknown color: approx Sherpa Blue. HEX triplet: 05, 36 and 45. RGB value is (5,54,69). Sum of RGB (Red+Green+Blue) = 5+54+69=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 54 (21.48% from 255 or 42.19% from 128); Blue value is 69 (27.34% from 255 or 53.91% from 128); Max value from RGB is 69 - color contains mainly: blue. Hex color #053645 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053645 is #FAC9BA. Grayscale: #282828. Windows color (decimal): -16435643 or 4535813. OLE color: 4535813.

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

Color convert

RGB55469-
CMYK0.930.2200.73
HSL194.06º86.49%14.51%-
HSV(B)194.06º92.75%27.06%-
XYZ2.463.16.1-
YUV41.06143.77102.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.91%
GREEN value IS 54 (21.48% from 255) = 42.19%
BLUE value IS 69 (27.34% from 255) = 53.91%
R=3.91%
G=42.19%
B=53.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal554690.930.2200.73194.0686.4914.51
Hex536455D16049c256f
Octal56610513526011130212617
Binary1011101101000101101110110110010010011100001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053645; }

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

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

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

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

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

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

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

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