#04534D

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

Shades of Sherpa Blue #04534D

Tints of Sherpa Blue #04534D

Color information

#04534D (or 0x04534D) is unknown color: approx Sherpa Blue. HEX triplet: 04, 53 and 4D. RGB value is (4,83,77). Sum of RGB (Red+Green+Blue) = 4+83+77=164 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.44% from 164); Green value is 83 (32.81% from 255 or 50.61% from 164); Blue value is 77 (30.47% from 255 or 46.95% from 164); Max value from RGB is 83 - color contains mainly: green. Hex color #04534D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04534D is #FBACB2. Grayscale: #3A3A3A. Windows color (decimal): -16493747 or 5067524. OLE color: 5067524.

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

Color convert

RGB48377-
CMYK0.9500.070.67
HSL175.44º90.8%17.06%-
HSV(B)175.44º95.18%32.55%-
XYZ4.486.758.09-
YUV58.69138.3388.99-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.44%
GREEN value IS 83 (32.81% from 255) = 50.61%
BLUE value IS 77 (30.47% from 255) = 46.95%
R=2.44%
G=50.61%
B=46.95%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal483770.9500.070.67175.4490.817.06
Hex4534D5F0743af5b11
Octal41231151370710325713321
Binary1001010011100110110111110111100001110101111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04534D; }

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

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

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

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

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

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

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

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