#04525B

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

Shades of Sherpa Blue #04525B

Tints of Sherpa Blue #04525B

Color information

#04525B (or 0x04525B) is unknown color: approx Sherpa Blue. HEX triplet: 04, 52 and 5B. RGB value is (4,82,91). Sum of RGB (Red+Green+Blue) = 4+82+91=177 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.26% from 177); Green value is 82 (32.42% from 255 or 46.33% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #04525B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04525B is #FBADA4. Grayscale: #3B3B3B. Windows color (decimal): -16493989 or 5984772. OLE color: 5984772.

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

Color convert

RGB48291-
CMYK0.960.1000.64
HSL186.21º91.58%18.63%-
HSV(B)186.21º95.6%35.69%-
XYZ4.966.8210.95-
YUV59.7145.6688.27-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.26%
GREEN value IS 82 (32.42% from 255) = 46.33%
BLUE value IS 91 (35.94% from 255) = 51.41%
R=2.26%
G=46.33%
B=51.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal482910.960.1000.64186.2191.5818.63
Hex4525B60A040ba5c13
Octal412213314012010027213423
Binary10010100101011011110000010100100000010111010101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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