Html Css Color HEX #005A5C Mosque

📋 copy color: '#005A5C'

red 0 ◦ green 90 ◦ blue 92

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

Shades of Mosque #005A5C

Tints of Mosque #005A5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 50.55%

R = 0%
G = 49.45%
B = 50.55%

CMYK

 C value IS 1

 M value IS 0.02

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#005A5C (or 0x005A5C) is known color: Mosque. HEX triplet: 00, 5A and 5C. RGB value is (0,90,92). Sum of RGB (Red+Green+Blue) = 0+90+92=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 90 (35.55% from 255 or 49.45% from 182); Blue value is 92 (36.33% from 255 or 50.55% from 182); Max value from RGB is 92 - color contains mainly: blue. Hex color #005A5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005A5C is #FFA5A3. Grayscale: #3F3F3F. Windows color (decimal): -16754084 or 6052352. OLE color: 6052352.

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

Color convert

RGB 0 90 92 -
CMYK 1 0.02 0 0.64
HSL 181.3º 1% 0.18% -
HSV(B) 181.3º 1% 0.36% -
XYZ 5.59 8.09 11.39 -
YUV 63.32 144.18 82.84 -
System Red Green Blue C M Y K H S L
Decimal 0 90 92 1 0.02 0 0.64 181.3 1 0.18
Hex 0 5A 5C 64 2 0 40 B5 64 12
Octal 0 132 134 144 2 0 100 265 144 22
Binary 0 1011010 1011100 1100100 10 0 1000000 10110101 1100100 10010

Color Harmonies of #005A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A5C

Black with #005A5C

Text Example


Text Example

White with #005A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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