Html Css Color HEX #005A5A Mosque

📋 copy color: '#005A5A'

red 0 ◦ green 90 ◦ blue 90

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

Shades of Mosque #005A5A

Tints of Mosque #005A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 50%

R = 0%
G = 50%
B = 50%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#005A5A (or 0x005A5A) is known color: Mosque. HEX triplet: 00, 5A and 5A. RGB value is (0,90,90). Sum of RGB (Red+Green+Blue) = 0+90+90=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 90 (35.55% from 255 or 50% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: green, blue. Hex color #005A5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005A5A is #FFA5A5. Grayscale: #3E3E3E. Windows color (decimal): -16754086 or 5921280. OLE color: 5921280.

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

Color convert

RGB 0 90 90 -
CMYK 1 0 0 0.65
HSL 180º 1% 0.18% -
HSV(B) 180º 1% 0.35% -
XYZ 5.5 8.05 10.94 -
YUV 63.09 143.18 83 -
System Red Green Blue C M Y K H S L
Decimal 0 90 90 1 0 0 0.65 180 1 0.18
Hex 0 5A 5A 64 0 0 41 B4 64 12
Octal 0 132 132 144 0 0 101 264 144 22
Binary 0 1011010 1011010 1100100 0 0 1000001 10110100 1100100 10010

Color Harmonies of #005A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A5A

Black with #005A5A

Text Example


Text Example

White with #005A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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