#05565E

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

Shades of Mosque #05565E

Tints of Mosque #05565E

Color information

#05565E (or 0x05565E) is unknown color: approx Mosque. HEX triplet: 05, 56 and 5E. RGB value is (5,86,94). Sum of RGB (Red+Green+Blue) = 5+86+94=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 86 (33.98% from 255 or 46.49% from 185); Blue value is 94 (37.11% from 255 or 50.81% from 185); Max value from RGB is 94 - color contains mainly: blue. Hex color #05565E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05565E is #FAA9A1. Grayscale: #3E3E3E. Windows color (decimal): -16427426 or 6182405. OLE color: 6182405.

HSL color Cylindrical-coordinate representation of color #05565E: hue angle of 185.39º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05565E is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB58694-
CMYK0.950.0900.63
HSL185.39º89.9%19.41%-
HSV(B)185.39º94.68%36.86%-
XYZ5.417.511.75-
YUV62.69145.6686.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.70%
GREEN value IS 86 (33.98% from 255) = 46.49%
BLUE value IS 94 (37.11% from 255) = 50.81%
R=2.70%
G=46.49%
B=50.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal586940.950.0900.63185.3989.919.41
Hex5565E5F903Fb95a13
Octal51261361371107727113223
Binary1011010110101111010111111001011111110111001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05565E; }

 p { color: rgb(5,86,94); }

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

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

 a { background-color: rgb(5,86,94); }

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

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

 span { border-color: rgb(5,86,94); }

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