#005757

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

Shades of Mosque #005757

Tints of Mosque #005757

Color information

#005757 (or 0x005757) is unknown color: approx Mosque. HEX triplet: 00, 57 and 57. RGB value is (0,87,87). Sum of RGB (Red+Green+Blue) = 0+87+87=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 87 (34.38% from 255 or 50% from 174); Blue value is 87 (34.38% from 255 or 50% from 174); Max value from RGB is 87 - color contains mainly: green, blue. Hex color #005757 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005757 is #FFA8A8. Grayscale: #3C3C3C. Windows color (decimal): -16754857 or 5723904. OLE color: 5723904.

HSL color Cylindrical-coordinate representation of color #005757: hue angle of 180º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005757 is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB08787-
CMYK1000.66
HSL180º100%17.06%-
HSV(B)180º100%34.12%-
XYZ5.137.510.2-
YUV60.99142.6884.5-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 87 (34.38% from 255) = 50%
BLUE value IS 87 (34.38% from 255) = 50%
R=0%
G=50%
B=50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal087871000.6618010017.06
Hex05757640042b46411
Octal01271271440010226414421
Binary010101111010111110010000100001010110100110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005757; }

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

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

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

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

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

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

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

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