Html Css Color HEX #005D4D Mosque

📋 copy color: '#005D4D'

red 0 ◦ green 93 ◦ blue 77

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

Shades of Mosque #005D4D

Tints of Mosque #005D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 45.29%

R = 0%
G = 54.71%
B = 45.29%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.17

 K value IS 0.64

RGB Variations

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

Color information

#005D4D (or 0x005D4D) is known color: Mosque. HEX triplet: 00, 5D and 4D. RGB value is (0,93,77). Sum of RGB (Red+Green+Blue) = 0+93+77=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 93 (36.72% from 255 or 54.71% from 170); Blue value is 77 (30.47% from 255 or 45.29% from 170); Max value from RGB is 93 - color contains mainly: green. Hex color #005D4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005D4D is #FFA2B2. Grayscale: #3F3F3F. Windows color (decimal): -16753331 or 5070080. OLE color: 5070080.

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

Color convert

RGB 0 93 77 -
CMYK 1 0 0.17 0.64
HSL 169.68º 1% 0.18% -
HSV(B) 169.68º 1% 0.36% -
XYZ 5.25 8.36 8.36 -
YUV 63.37 135.69 82.8 -
System Red Green Blue C M Y K H S L
Decimal 0 93 77 1 0 0.17 0.64 169.68 1 0.18
Hex 0 5D 4D 64 0 11 40 AA 64 12
Octal 0 135 115 144 0 21 100 252 144 22
Binary 0 1011101 1001101 1100100 0 10001 1000000 10101010 1100100 10010

Color Harmonies of #005D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005D4D

Black with #005D4D

Text Example


Text Example

White with #005D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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