#05655D

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

Shades of Mosque #05655D

Tints of Mosque #05655D

Color information

#05655D (or 0x05655D) is unknown color: approx Mosque. HEX triplet: 05, 65 and 5D. RGB value is (5,101,93). Sum of RGB (Red+Green+Blue) = 5+101+93=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 101 (39.84% from 255 or 50.75% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 101 - color contains mainly: green. Hex color #05655D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05655D is #FA9AA2. Grayscale: #474747. Windows color (decimal): -16423587 or 6120709. OLE color: 6120709.

HSL color Cylindrical-coordinate representation of color #05655D: hue angle of 175º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05655D is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB510193-
CMYK0.9500.080.60
HSL175º90.57%20.78%-
HSV(B)175º95.05%39.61%-
XYZ6.6910.1311.96-
YUV71.38140.280.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.51%
GREEN value IS 101 (39.84% from 255) = 50.75%
BLUE value IS 93 (36.72% from 255) = 46.73%
R=2.51%
G=50.75%
B=46.73%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5101930.9500.080.6017590.5720.78
Hex5655D5F083Caf5b15
Octal51451351370107425713325
Binary1011100101101110110111110100011110010101111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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