Html Css Color HEX #005D61 Mosque

📋 copy color: '#005D61'

red 0 ◦ green 93 ◦ blue 97

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

Shades of Mosque #005D61

Tints of Mosque #005D61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 51.05%

R = 0%
G = 48.95%
B = 51.05%

CMYK

 C value IS 1

 M value IS 0.04

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#005D61 (or 0x005D61) is known color: Mosque. HEX triplet: 00, 5D and 61. RGB value is (0,93,97). Sum of RGB (Red+Green+Blue) = 0+93+97=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 93 (36.72% from 255 or 48.95% from 190); Blue value is 97 (38.28% from 255 or 51.05% from 190); Max value from RGB is 97 - color contains mainly: blue. Hex color #005D61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005D61 is #FFA29E. Grayscale: #414141. Windows color (decimal): -16753311 or 6380800. OLE color: 6380800.

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

Color convert

RGB 0 93 97 -
CMYK 1 0.04 0 0.62
HSL 182.47º 1% 0.19% -
HSV(B) 182.47º 1% 0.38% -
XYZ 6.07 8.69 12.67 -
YUV 65.65 145.69 81.17 -
System Red Green Blue C M Y K H S L
Decimal 0 93 97 1 0.04 0 0.62 182.47 1 0.19
Hex 0 5D 61 64 4 0 3E B6 64 13
Octal 0 135 141 144 4 0 76 266 144 23
Binary 0 1011101 1100001 1100100 100 0 111110 10110110 1100100 10011

Color Harmonies of #005D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005D61

Black with #005D61

Text Example


Text Example

White with #005D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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