Html Css Color HEX #005D5C Mosque

📋 copy color: '#005D5C'

red 0 ◦ green 93 ◦ blue 92

#005D5C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mosque #005D5C

Tints of Mosque #005D5C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 93 (36.72% from 255) = 50.27%

 BLUE value IS 92 (36.33% from 255) = 49.73%

R = 0%
G = 50.27%
B = 49.73%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.01

 K value IS 0.64

RGB Variations

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

Color information

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

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

Color convert

RGB 0 93 92 -
CMYK 1 0 0.01 0.64
HSL 179.35º 1% 0.18% -
HSV(B) 179.35º 1% 0.36% -
XYZ 5.85 8.6 11.48 -
YUV 65.08 143.19 81.58 -
System Red Green Blue C M Y K H S L
Decimal 0 93 92 1 0 0.01 0.64 179.35 1 0.18
Hex 0 5D 5C 64 0 1 40 B3 64 12
Octal 0 135 134 144 0 1 100 263 144 22
Binary 0 1011101 1011100 1100100 0 1 1000000 10110011 1100100 10010

Color Harmonies of #005D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005D5C

Black with #005D5C

Text Example


Text Example

White with #005D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #005D5C;
 }
 .AnyTagClassName
 {
   color: #005D5C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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