#005C5D

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

Shades of Mosque #005C5D

Tints of Mosque #005C5D

Color information

#005C5D (or 0x005C5D) is unknown color: approx Mosque. HEX triplet: 00, 5C and 5D. RGB value is (0,92,93). Sum of RGB (Red+Green+Blue) = 0+92+93=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 92 (36.33% from 255 or 49.73% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #005C5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005C5D is #FFA3A2. Grayscale: #404040. Windows color (decimal): -16753571 or 6118400. OLE color: 6118400.

HSL color Cylindrical-coordinate representation of color #005C5D: hue angle of 180.65º 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 #005C5D is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB09293-
CMYK10.0100.64
HSL180.65º100%18.24%-
HSV(B)180.65º100%36.47%-
XYZ5.88.4411.68-
YUV64.61144.0281.92-

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) = 49.73%
BLUE value IS 93 (36.72% from 255) = 50.27%
R=0%
G=49.73%
B=50.27%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal0929310.0100.64180.6510018.24
Hex05C5D641040b56412
Octal01341351441010026514422
Binary010111001011101110010010100000010110101110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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