Html Css Color HEX #005D59 Mosque

📋 copy color: '#005D59'

red 0 ◦ green 93 ◦ blue 89

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

Shades of Mosque #005D59

Tints of Mosque #005D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 48.9%

R = 0%
G = 51.1%
B = 48.9%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.04

 K value IS 0.64

RGB Variations

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

Color information

#005D59 (or 0x005D59) is known color: Mosque. HEX triplet: 00, 5D and 59. RGB value is (0,93,89). Sum of RGB (Red+Green+Blue) = 0+93+89=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 93 (36.72% from 255 or 51.10% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 93 - color contains mainly: green. Hex color #005D59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005D59 is #FFA2A6. Grayscale: #404040. Windows color (decimal): -16753319 or 5856512. OLE color: 5856512.

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

Color convert

RGB 0 93 89 -
CMYK 1 0 0.04 0.64
HSL 177.42º 1% 0.18% -
HSV(B) 177.42º 1% 0.36% -
XYZ 5.72 8.55 10.8 -
YUV 64.74 141.69 81.83 -
System Red Green Blue C M Y K H S L
Decimal 0 93 89 1 0 0.04 0.64 177.42 1 0.18
Hex 0 5D 59 64 0 4 40 B1 64 12
Octal 0 135 131 144 0 4 100 261 144 22
Binary 0 1011101 1011001 1100100 0 100 1000000 10110001 1100100 10010

Color Harmonies of #005D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005D59

Black with #005D59

Text Example


Text Example

White with #005D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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