#054B53

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

Shades of Sherpa Blue #054B53

Tints of Sherpa Blue #054B53

Color information

#054B53 (or 0x054B53) is unknown color: approx Sherpa Blue. HEX triplet: 05, 4B and 53. RGB value is (5,75,83). Sum of RGB (Red+Green+Blue) = 5+75+83=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 75 (29.69% from 255 or 46.01% from 163); Blue value is 83 (32.81% from 255 or 50.92% from 163); Max value from RGB is 83 - color contains mainly: blue. Hex color #054B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054B53 is #FAB4AC. Grayscale: #363636. Windows color (decimal): -16430253 or 5458693. OLE color: 5458693.

HSL color Cylindrical-coordinate representation of color #054B53: hue angle of 186.15º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054B53 is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB57583-
CMYK0.940.1000.67
HSL186.15º88.64%17.25%-
HSV(B)186.15º93.98%32.55%-
XYZ4.145.699.06-
YUV54.98143.8192.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.07%
GREEN value IS 75 (29.69% from 255) = 46.01%
BLUE value IS 83 (32.81% from 255) = 50.92%
R=3.07%
G=46.01%
B=50.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal575830.940.1000.67186.1588.6417.25
Hex54B535EA043ba5911
Octal511312313612010327213121
Binary10110010111010011101111010100100001110111010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054B53; }

 p { color: rgb(5,75,83); }

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

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

 a { background-color: rgb(5,75,83); }

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

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

 span { border-color: rgb(5,75,83); }

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