#075556

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

Shades of Mosque #075556

Tints of Mosque #075556

Color information

#075556 (or 0x075556) is unknown color: approx Mosque. HEX triplet: 07, 55 and 56. RGB value is (7,85,86). Sum of RGB (Red+Green+Blue) = 7+85+86=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 86 (33.98% from 255 or 48.31% from 178); Max value from RGB is 86 - color contains mainly: blue. Hex color #075556 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075556 is #F8AAA9. Grayscale: #3D3D3D. Windows color (decimal): -16296618 or 5657863. OLE color: 5657863.

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

Color convert

RGB78586-
CMYK0.920.0100.66
HSL180.76º84.95%18.24%-
HSV(B)180.76º91.86%33.73%-
XYZ5.027.219.93-
YUV61.79141.6688.92-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.93%
GREEN value IS 85 (33.59% from 255) = 47.75%
BLUE value IS 86 (33.98% from 255) = 48.31%
R=3.93%
G=47.75%
B=48.31%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal785860.920.0100.66180.7684.9518.24
Hex755565C1042b55512
Octal71251261341010226512522
Binary11110101011010110101110010100001010110101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075556; }

 p { color: rgb(7,85,86); }

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

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

 a { background-color: rgb(7,85,86); }

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

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

 span { border-color: rgb(7,85,86); }

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