#045053

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

Shades of Sherpa Blue #045053

Tints of Sherpa Blue #045053

Color information

#045053 (or 0x045053) is unknown color: approx Sherpa Blue. HEX triplet: 04, 50 and 53. RGB value is (4,80,83). Sum of RGB (Red+Green+Blue) = 4+80+83=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 83 (32.81% from 255 or 49.70% from 167); Max value from RGB is 83 - color contains mainly: blue. Hex color #045053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045053 is #FBAFAC. Grayscale: #393939. Windows color (decimal): -16494509 or 5459972. OLE color: 5459972.

HSL color Cylindrical-coordinate representation of color #045053: hue angle of 182.28º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045053 is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB48083-
CMYK0.950.0400.67
HSL182.28º90.8%17.06%-
HSV(B)182.28º95.18%32.55%-
XYZ4.486.399.18-
YUV57.62142.3289.76-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.40%
GREEN value IS 80 (31.64% from 255) = 47.90%
BLUE value IS 83 (32.81% from 255) = 49.70%
R=2.40%
G=47.90%
B=49.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal480830.950.0400.67182.2890.817.06
Hex450535F4043b65b11
Octal41201231374010326613321
Binary1001010000101001110111111000100001110110110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045053; }

 p { color: rgb(4,80,83); }

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

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

 a { background-color: rgb(4,80,83); }

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

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

 span { border-color: rgb(4,80,83); }

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