#053945

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

Shades of Sherpa Blue #053945

Tints of Sherpa Blue #053945

Color information

#053945 (or 0x053945) is unknown color: approx Sherpa Blue. HEX triplet: 05, 39 and 45. RGB value is (5,57,69). Sum of RGB (Red+Green+Blue) = 5+57+69=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 57 (22.66% from 255 or 43.51% from 131); Blue value is 69 (27.34% from 255 or 52.67% from 131); Max value from RGB is 69 - color contains mainly: blue. Hex color #053945 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053945 is #FAC6BA. Grayscale: #2A2A2A. Windows color (decimal): -16434875 or 4536581. OLE color: 4536581.

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

Color convert

RGB55769-
CMYK0.930.1700.73
HSL191.25º86.49%14.51%-
HSV(B)191.25º92.75%27.06%-
XYZ2.63.396.15-
YUV42.82142.77101.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.82%
GREEN value IS 57 (22.66% from 255) = 43.51%
BLUE value IS 69 (27.34% from 255) = 52.67%
R=3.82%
G=43.51%
B=52.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal557690.930.1700.73191.2586.4914.51
Hex539455D11049bf56f
Octal57110513521011127712617
Binary1011110011000101101110110001010010011011111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053945; }

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

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

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

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

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

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

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

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