#045257

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

Shades of Sherpa Blue #045257

Tints of Sherpa Blue #045257

Color information

#045257 (or 0x045257) is unknown color: approx Sherpa Blue. HEX triplet: 04, 52 and 57. RGB value is (4,82,87). Sum of RGB (Red+Green+Blue) = 4+82+87=173 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.31% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 87 (34.38% from 255 or 50.29% from 173); Max value from RGB is 87 - color contains mainly: blue. Hex color #045257 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045257 is #FBADA8. Grayscale: #3B3B3B. Windows color (decimal): -16493993 or 5722628. OLE color: 5722628.

HSL color Cylindrical-coordinate representation of color #045257: hue angle of 183.61º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045257 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB48287-
CMYK0.950.0600.66
HSL183.61º91.21%17.84%-
HSV(B)183.61º95.4%34.12%-
XYZ4.796.7510.07-
YUV59.25143.6688.59-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.31%
GREEN value IS 82 (32.42% from 255) = 47.40%
BLUE value IS 87 (34.38% from 255) = 50.29%
R=2.31%
G=47.40%
B=50.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal482870.950.0600.66183.6191.2117.84
Hex452575F6042b85b12
Octal41221271376010227013322
Binary1001010010101011110111111100100001010111000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045257; }

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

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

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

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

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

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

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

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