#005C59

Color #005C59 Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #005C59

Tints of Mosque #005C59

Color information

#005C59 (or 0x005C59) is unknown color: approx Mosque. HEX triplet: 00, 5C and 59. RGB value is (0,92,89). Sum of RGB (Red+Green+Blue) = 0+92+89=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 92 (36.33% from 255 or 50.83% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 92 - color contains mainly: green. Hex color #005C59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005C59 is #FFA3A6. Grayscale: #404040. Windows color (decimal): -16753575 or 5856256. OLE color: 5856256.

HSL color Cylindrical-coordinate representation of color #005C59: hue angle of 178.04º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005C59 is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB09289-
CMYK100.030.64
HSL178.04º100%18.04%-
HSV(B)178.04º100%36.08%-
XYZ5.638.3810.77-
YUV64.15142.0282.24-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 92 (36.33% from 255) = 50.83%
BLUE value IS 89 (35.16% from 255) = 49.17%
R=0%
G=50.83%
B=49.17%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal09289100.030.64178.0410018.04
Hex05C59640340b26412
Octal01341311440310026214422
Binary0101110010110011100100011100000010110010110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005C59; }

 p { color: rgb(0,92,89); }

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

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

 a { background-color: rgb(0,92,89); }

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

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

 span { border-color: rgb(0,92,89); }

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