#04534C

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

Shades of Sherpa Blue #04534C

Tints of Sherpa Blue #04534C

Color information

#04534C (or 0x04534C) is unknown color: approx Sherpa Blue. HEX triplet: 04, 53 and 4C. RGB value is (4,83,76). Sum of RGB (Red+Green+Blue) = 4+83+76=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 83 (32.81% from 255 or 50.92% from 163); Blue value is 76 (30.08% from 255 or 46.63% from 163); Max value from RGB is 83 - color contains mainly: green. Hex color #04534C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04534C is #FBACB3. Grayscale: #3A3A3A. Windows color (decimal): -16493748 or 5001988. OLE color: 5001988.

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

Color convert

RGB48376-
CMYK0.9500.080.67
HSL174.68º90.8%17.06%-
HSV(B)174.68º95.18%32.55%-
XYZ4.456.737.9-
YUV58.58137.8389.07-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.45%
GREEN value IS 83 (32.81% from 255) = 50.92%
BLUE value IS 76 (30.08% from 255) = 46.63%
R=2.45%
G=50.92%
B=46.63%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal483760.9500.080.67174.6890.817.06
Hex4534C5F0843af5b11
Octal412311413701010325713321
Binary10010100111001100101111101000100001110101111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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