Html Css Color HEX #005A50 Mosque

📋 copy color: '#005A50'

red 0 ◦ green 90 ◦ blue 80

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

Shades of Mosque #005A50

Tints of Mosque #005A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 47.06%

R = 0%
G = 52.94%
B = 47.06%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#005A50 (or 0x005A50) is known color: Mosque. HEX triplet: 00, 5A and 50. RGB value is (0,90,80). Sum of RGB (Red+Green+Blue) = 0+90+80=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 90 (35.55% from 255 or 52.94% from 170); Blue value is 80 (31.64% from 255 or 47.06% from 170); Max value from RGB is 90 - color contains mainly: green. Hex color #005A50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005A50 is #FFA5AF. Grayscale: #3D3D3D. Windows color (decimal): -16754096 or 5265920. OLE color: 5265920.

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

Color convert

RGB 0 90 80 -
CMYK 1 0 0.11 0.65
HSL 173.33º 1% 0.18% -
HSV(B) 173.33º 1% 0.35% -
XYZ 5.1 7.89 8.84 -
YUV 61.95 138.18 83.81 -
System Red Green Blue C M Y K H S L
Decimal 0 90 80 1 0 0.11 0.65 173.33 1 0.18
Hex 0 5A 50 64 0 B 41 AD 64 12
Octal 0 132 120 144 0 13 101 255 144 22
Binary 0 1011010 1010000 1100100 0 1011 1000001 10101101 1100100 10010

Color Harmonies of #005A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A50

Black with #005A50

Text Example


Text Example

White with #005A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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