#04525E

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

Shades of Sherpa Blue #04525E

Tints of Sherpa Blue #04525E

Color information

#04525E (or 0x04525E) is unknown color: approx Sherpa Blue. HEX triplet: 04, 52 and 5E. RGB value is (4,82,94). Sum of RGB (Red+Green+Blue) = 4+82+94=180 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.22% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 94 (37.11% from 255 or 52.22% from 180); Max value from RGB is 94 - color contains mainly: blue. Hex color #04525E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04525E is #FBADA1. Grayscale: #3B3B3B. Windows color (decimal): -16493986 or 6181380. OLE color: 6181380.

HSL color Cylindrical-coordinate representation of color #04525E: hue angle of 188º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04525E is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB48294-
CMYK0.960.1300.63
HSL188º91.84%19.22%-
HSV(B)188º95.74%36.86%-
XYZ5.096.8711.65-
YUV60.05147.1688.02-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.22%
GREEN value IS 82 (32.42% from 255) = 45.56%
BLUE value IS 94 (37.11% from 255) = 52.22%
R=2.22%
G=45.56%
B=52.22%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal482940.960.1300.6318891.8419.22
Hex4525E60D03Fbc5c13
Octal41221361401507727413423
Binary1001010010101111011000001101011111110111100101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04525E; }

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

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

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

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

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

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

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

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