#05565D

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

Shades of Mosque #05565D

Tints of Mosque #05565D

Color information

#05565D (or 0x05565D) is unknown color: approx Mosque. HEX triplet: 05, 56 and 5D. RGB value is (5,86,93). Sum of RGB (Red+Green+Blue) = 5+86+93=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 86 (33.98% from 255 or 46.74% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #05565D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05565D is #FAA9A2. Grayscale: #3E3E3E. Windows color (decimal): -16427427 or 6116869. OLE color: 6116869.

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

Color convert

RGB58693-
CMYK0.950.0800.64
HSL184.77º89.8%19.22%-
HSV(B)184.77º94.62%36.47%-
XYZ5.377.4811.52-
YUV62.58145.1686.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.72%
GREEN value IS 86 (33.98% from 255) = 46.74%
BLUE value IS 93 (36.72% from 255) = 50.54%
R=2.72%
G=46.74%
B=50.54%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal586930.950.0800.64184.7789.819.22
Hex5565D5F8040b95a13
Octal512613513710010027113223
Binary10110101101011101101111110000100000010111001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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