#005D60

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

Shades of Mosque #005D60

Tints of Mosque #005D60

Color information

#005D60 (or 0x005D60) is unknown color: approx Mosque. HEX triplet: 00, 5D and 60. RGB value is (0,93,96). Sum of RGB (Red+Green+Blue) = 0+93+96=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 93 (36.72% from 255 or 49.21% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #005D60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005D60 is #FFA29F. Grayscale: #414141. Windows color (decimal): -16753312 or 6315264. OLE color: 6315264.

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

Color convert

RGB09396-
CMYK10.0300.62
HSL181.88º100%18.82%-
HSV(B)181.88º100%37.65%-
XYZ6.038.6712.42-
YUV65.54145.1981.26-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 93 (36.72% from 255) = 49.21%
BLUE value IS 96 (37.89% from 255) = 50.79%
R=0%
G=49.21%
B=50.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0939610.0300.62181.8810018.82
Hex05D6064303Eb66413
Octal0135140144307626614423
Binary010111011100000110010011011111010110110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,93,96); }

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

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

 a { background-color: rgb(0,93,96); }

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

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

 span { border-color: rgb(0,93,96); }

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