#053642

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

Shades of Sherpa Blue #053642

Tints of Sherpa Blue #053642

Color information

#053642 (or 0x053642) is unknown color: approx Sherpa Blue. HEX triplet: 05, 36 and 42. RGB value is (5,54,66). Sum of RGB (Red+Green+Blue) = 5+54+66=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 54 (21.48% from 255 or 43.2% from 125); Blue value is 66 (26.17% from 255 or 52.8% from 125); Max value from RGB is 66 - color contains mainly: blue. Hex color #053642 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053642 is #FAC9BD. Grayscale: #282828. Windows color (decimal): -16435646 or 4339205. OLE color: 4339205.

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

Color convert

RGB55466-
CMYK0.920.1800.74
HSL191.8º85.92%13.92%-
HSV(B)191.8º92.42%25.88%-
XYZ2.373.065.62-
YUV40.72142.27102.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4%
GREEN value IS 54 (21.48% from 255) = 43.2%
BLUE value IS 66 (26.17% from 255) = 52.8%
R=4%
G=43.2%
B=52.8%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal554660.920.1800.74191.885.9213.92
Hex536425C1204Ac056e
Octal56610213422011230012616
Binary1011101101000010101110010010010010101100000010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053642; }

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

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

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

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

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

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

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

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