Html Css Color HEX #005A5D Mosque

📋 copy color: '#005A5D'

red 0 ◦ green 90 ◦ blue 93

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

Shades of Mosque #005A5D

Tints of Mosque #005A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 50.82%

R = 0%
G = 49.18%
B = 50.82%

CMYK

 C value IS 1

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#005A5D (or 0x005A5D) is known color: Mosque. HEX triplet: 00, 5A and 5D. RGB value is (0,90,93). Sum of RGB (Red+Green+Blue) = 0+90+93=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 90 (35.55% from 255 or 49.18% from 183); Blue value is 93 (36.72% from 255 or 50.82% from 183); Max value from RGB is 93 - color contains mainly: blue. Hex color #005A5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005A5D is #FFA5A2. Grayscale: #3F3F3F. Windows color (decimal): -16754083 or 6117888. OLE color: 6117888.

HSL color Cylindrical-coordinate representation of color #005A5D: hue angle of 181.94º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005A5D is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 90 93 -
CMYK 1 0.03 0 0.64
HSL 181.94º 1% 0.18% -
HSV(B) 181.94º 1% 0.36% -
XYZ 5.63 8.1 11.62 -
YUV 63.43 144.68 82.76 -
System Red Green Blue C M Y K H S L
Decimal 0 90 93 1 0.03 0 0.64 181.94 1 0.18
Hex 0 5A 5D 64 3 0 40 B6 64 12
Octal 0 132 135 144 3 0 100 266 144 22
Binary 0 1011010 1011101 1100100 11 0 1000000 10110110 1100100 10010

Color Harmonies of #005A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A5D

Black with #005A5D

Text Example


Text Example

White with #005A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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