Html Css Color HEX #005A4E Mosque

📋 copy color: '#005A4E'

red 0 ◦ green 90 ◦ blue 78

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

Shades of Mosque #005A4E

Tints of Mosque #005A4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 46.43%

R = 0%
G = 53.57%
B = 46.43%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#005A4E (or 0x005A4E) is known color: Mosque. HEX triplet: 00, 5A and 4E. RGB value is (0,90,78). Sum of RGB (Red+Green+Blue) = 0+90+78=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 90 (35.55% from 255 or 53.57% from 168); Blue value is 78 (30.86% from 255 or 46.43% from 168); Max value from RGB is 90 - color contains mainly: green. Hex color #005A4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005A4E is #FFA5B1. Grayscale: #3D3D3D. Windows color (decimal): -16754098 or 5134848. OLE color: 5134848.

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

Color convert

RGB 0 90 78 -
CMYK 1 0 0.13 0.65
HSL 172º 1% 0.18% -
HSV(B) 172º 1% 0.35% -
XYZ 5.03 7.86 8.46 -
YUV 61.72 137.18 83.98 -
System Red Green Blue C M Y K H S L
Decimal 0 90 78 1 0 0.13 0.65 172 1 0.18
Hex 0 5A 4E 64 0 D 41 AC 64 12
Octal 0 132 116 144 0 15 101 254 144 22
Binary 0 1011010 1001110 1100100 0 1101 1000001 10101100 1100100 10010

Color Harmonies of #005A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A4E

Black with #005A4E

Text Example


Text Example

White with #005A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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