Html Css Color HEX #005A56 Mosque

📋 copy color: '#005A56'

red 0 ◦ green 90 ◦ blue 86

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

Shades of Mosque #005A56

Tints of Mosque #005A56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 48.86%

R = 0%
G = 51.14%
B = 48.86%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#005A56 (or 0x005A56) is known color: Mosque. HEX triplet: 00, 5A and 56. RGB value is (0,90,86). Sum of RGB (Red+Green+Blue) = 0+90+86=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 90 (35.55% from 255 or 51.14% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 90 - color contains mainly: green. Hex color #005A56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005A56 is #FFA5A9. Grayscale: #3E3E3E. Windows color (decimal): -16754090 or 5659136. OLE color: 5659136.

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

Color convert

RGB 0 90 86 -
CMYK 1 0 0.04 0.65
HSL 177.33º 1% 0.18% -
HSV(B) 177.33º 1% 0.35% -
XYZ 5.34 7.98 10.06 -
YUV 62.63 141.18 83.33 -
System Red Green Blue C M Y K H S L
Decimal 0 90 86 1 0 0.04 0.65 177.33 1 0.18
Hex 0 5A 56 64 0 4 41 B1 64 12
Octal 0 132 126 144 0 4 101 261 144 22
Binary 0 1011010 1010110 1100100 0 100 1000001 10110001 1100100 10010

Color Harmonies of #005A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A56

Black with #005A56

Text Example


Text Example

White with #005A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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