Html Css Color HEX #005A4C Mosque

📋 copy color: '#005A4C'

red 0 ◦ green 90 ◦ blue 76

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

Shades of Mosque #005A4C

Tints of Mosque #005A4C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 54.22%

 BLUE value IS 76 (30.08% from 255) = 45.78%

R = 0%
G = 54.22%
B = 45.78%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#005A4C (or 0x005A4C) is known color: Mosque. HEX triplet: 00, 5A and 4C. RGB value is (0,90,76). Sum of RGB (Red+Green+Blue) = 0+90+76=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 90 (35.55% from 255 or 54.22% from 166); Blue value is 76 (30.08% from 255 or 45.78% from 166); Max value from RGB is 90 - color contains mainly: green. Hex color #005A4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005A4C is #FFA5B3. Grayscale: #3D3D3D. Windows color (decimal): -16754100 or 5003776. OLE color: 5003776.

HSL color Cylindrical-coordinate representation of color #005A4C: hue angle of 170.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005A4C is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 0 90 76 -
CMYK 1 0 0.16 0.65
HSL 170.67º 1% 0.18% -
HSV(B) 170.67º 1% 0.35% -
XYZ 4.96 7.83 8.09 -
YUV 61.49 136.18 84.14 -
System Red Green Blue C M Y K H S L
Decimal 0 90 76 1 0 0.16 0.65 170.67 1 0.18
Hex 0 5A 4C 64 0 10 41 AB 64 12
Octal 0 132 114 144 0 20 101 253 144 22
Binary 0 1011010 1001100 1100100 0 10000 1000001 10101011 1100100 10010

Color Harmonies of #005A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A4C

Black with #005A4C

Text Example


Text Example

White with #005A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,90,76); }

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

background-color css

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

 a { background-color: rgb(0,90,76); }

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

border-color css

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

 span { border-color: rgb(0,90,76); }

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