Html Css Color HEX #005A54 Mosque

📋 copy color: '#005A54'

red 0 ◦ green 90 ◦ blue 84

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

Shades of Mosque #005A54

Tints of Mosque #005A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 48.28%

R = 0%
G = 51.72%
B = 48.28%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#005A54 (or 0x005A54) is known color: Mosque. HEX triplet: 00, 5A and 54. RGB value is (0,90,84). Sum of RGB (Red+Green+Blue) = 0+90+84=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 90 (35.55% from 255 or 51.72% from 174); Blue value is 84 (33.20% from 255 or 48.28% from 174); Max value from RGB is 90 - color contains mainly: green. Hex color #005A54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005A54 is #FFA5AB. Grayscale: #3E3E3E. Windows color (decimal): -16754092 or 5528064. OLE color: 5528064.

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

Color convert

RGB 0 90 84 -
CMYK 1 0 0.07 0.65
HSL 176º 1% 0.18% -
HSV(B) 176º 1% 0.35% -
XYZ 5.26 7.95 9.65 -
YUV 62.41 140.18 83.49 -
System Red Green Blue C M Y K H S L
Decimal 0 90 84 1 0 0.07 0.65 176 1 0.18
Hex 0 5A 54 64 0 7 41 B0 64 12
Octal 0 132 124 144 0 7 101 260 144 22
Binary 0 1011010 1010100 1100100 0 111 1000001 10110000 1100100 10010

Color Harmonies of #005A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A54

Black with #005A54

Text Example


Text Example

White with #005A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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