#005C50

Color #005C50 Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #005C50

Tints of Mosque #005C50

Color information

#005C50 (or 0x005C50) is unknown color: approx Mosque. HEX triplet: 00, 5C and 50. RGB value is (0,92,80). Sum of RGB (Red+Green+Blue) = 0+92+80=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 92 (36.33% from 255 or 53.49% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 92 - color contains mainly: green. Hex color #005C50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005C50 is #FFA3AF. Grayscale: #3F3F3F. Windows color (decimal): -16753584 or 5266432. OLE color: 5266432.

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

Color convert

RGB09280-
CMYK100.130.64
HSL172.17º100%18.04%-
HSV(B)172.17º100%36.08%-
XYZ5.288.238.9-
YUV63.12137.5282.98-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 92 (36.33% from 255) = 53.49%
BLUE value IS 80 (31.64% from 255) = 46.51%
R=0%
G=53.49%
B=46.51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal09280100.130.64172.1710018.04
Hex05C50640D40ac6412
Octal013412014401510025414422
Binary010111001010000110010001101100000010101100110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #005C50;
 }
 .AnyTagClassName
 {
   color: #005C50;
 }
</style>
background-color css

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

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

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

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

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

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