Html Css Color HEX #005A4D Mosque

📋 copy color: '#005A4D'

red 0 ◦ green 90 ◦ blue 77

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

Shades of Mosque #005A4D

Tints of Mosque #005A4D

RGB

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

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

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

R = 0%
G = 53.89%
B = 46.11%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#005A4D (or 0x005A4D) is known color: Mosque. HEX triplet: 00, 5A and 4D. RGB value is (0,90,77). Sum of RGB (Red+Green+Blue) = 0+90+77=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 90 (35.55% from 255 or 53.89% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 90 - color contains mainly: green. Hex color #005A4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005A4D is #FFA5B2. Grayscale: #3D3D3D. Windows color (decimal): -16754099 or 5069312. OLE color: 5069312.

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

Color convert

RGB 0 90 77 -
CMYK 1 0 0.14 0.65
HSL 171.33º 1% 0.18% -
HSV(B) 171.33º 1% 0.35% -
XYZ 5 7.85 8.27 -
YUV 61.61 136.68 84.06 -
System Red Green Blue C M Y K H S L
Decimal 0 90 77 1 0 0.14 0.65 171.33 1 0.18
Hex 0 5A 4D 64 0 E 41 AB 64 12
Octal 0 132 115 144 0 16 101 253 144 22
Binary 0 1011010 1001101 1100100 0 1110 1000001 10101011 1100100 10010

Color Harmonies of #005A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A4D

Black with #005A4D

Text Example


Text Example

White with #005A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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