#045253

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

Shades of Sherpa Blue #045253

Tints of Sherpa Blue #045253

Color information

#045253 (or 0x045253) is unknown color: approx Sherpa Blue. HEX triplet: 04, 52 and 53. RGB value is (4,82,83). Sum of RGB (Red+Green+Blue) = 4+82+83=169 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.37% from 169); Green value is 82 (32.42% from 255 or 48.52% from 169); Blue value is 83 (32.81% from 255 or 49.11% from 169); Max value from RGB is 83 - color contains mainly: blue. Hex color #045253 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045253 is #FBADAC. Grayscale: #3A3A3A. Windows color (decimal): -16493997 or 5460484. OLE color: 5460484.

HSL color Cylindrical-coordinate representation of color #045253: hue angle of 180.76º 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 #045253 is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB48283-
CMYK0.950.0100.67
HSL180.76º90.8%17.06%-
HSV(B)180.76º95.18%32.55%-
XYZ4.636.689.23-
YUV58.79141.6688.92-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.37%
GREEN value IS 82 (32.42% from 255) = 48.52%
BLUE value IS 83 (32.81% from 255) = 49.11%
R=2.37%
G=48.52%
B=49.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal482830.950.0100.67180.7690.817.06
Hex452535F1043b55b11
Octal41221231371010326513321
Binary10010100101010011101111110100001110110101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045253; }

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

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

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

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

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

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

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

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