#053951

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

Shades of Sherpa Blue #053951

Tints of Sherpa Blue #053951

Color information

#053951 (or 0x053951) is unknown color: approx Sherpa Blue. HEX triplet: 05, 39 and 51. RGB value is (5,57,81). Sum of RGB (Red+Green+Blue) = 5+57+81=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 81 (32.03% from 255 or 56.64% from 143); Max value from RGB is 81 - color contains mainly: blue. Hex color #053951 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053951 is #FAC6AE. Grayscale: #2C2C2C. Windows color (decimal): -16434863 or 5323013. OLE color: 5323013.

HSL color Cylindrical-coordinate representation of color #053951: hue angle of 198.95º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053951 is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB55781-
CMYK0.940.3000.68
HSL198.95º88.37%16.86%-
HSV(B)198.95º93.83%31.76%-
XYZ3.013.558.31-
YUV44.19148.77100.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.50%
GREEN value IS 57 (22.66% from 255) = 39.86%
BLUE value IS 81 (32.03% from 255) = 56.64%
R=3.50%
G=39.86%
B=56.64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal557810.940.3000.68198.9588.3716.86
Hex539515E1E044c75811
Octal57112113636010430713021
Binary10111100110100011011110111100100010011000111101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053951; }

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

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

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

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

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

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

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

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