#05565B

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

Shades of Mosque #05565B

Tints of Mosque #05565B

Color information

#05565B (or 0x05565B) is unknown color: approx Mosque. HEX triplet: 05, 56 and 5B. RGB value is (5,86,91). Sum of RGB (Red+Green+Blue) = 5+86+91=182 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.75% from 182); Green value is 86 (33.98% from 255 or 47.25% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #05565B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05565B is #FAA9A4. Grayscale: #3E3E3E. Windows color (decimal): -16427429 or 5985797. OLE color: 5985797.

HSL color Cylindrical-coordinate representation of color #05565B: hue angle of 183.49º 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 #05565B is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB58691-
CMYK0.950.0500.64
HSL183.49º89.58%18.82%-
HSV(B)183.49º94.51%35.69%-
XYZ5.287.4411.06-
YUV62.35144.1687.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.75%
GREEN value IS 86 (33.98% from 255) = 47.25%
BLUE value IS 91 (35.94% from 255) = 50%
R=2.75%
G=47.25%
B=50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal586910.950.0500.64183.4989.5818.82
Hex5565B5F5040b75a13
Octal51261331375010026713223
Binary1011010110101101110111111010100000010110111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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