#05655E

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

Shades of Mosque #05655E

Tints of Mosque #05655E

Color information

#05655E (or 0x05655E) is unknown color: approx Mosque. HEX triplet: 05, 65 and 5E. RGB value is (5,101,94). Sum of RGB (Red+Green+Blue) = 5+101+94=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 101 (39.84% from 255 or 50.5% from 200); Blue value is 94 (37.11% from 255 or 47% from 200); Max value from RGB is 101 - color contains mainly: green. Hex color #05655E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05655E is #FA9AA1. Grayscale: #474747. Windows color (decimal): -16423586 or 6186245. OLE color: 6186245.

HSL color Cylindrical-coordinate representation of color #05655E: hue angle of 175.62º 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 #05655E is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB510194-
CMYK0.9500.070.60
HSL175.62º90.57%20.78%-
HSV(B)175.62º95.05%39.61%-
XYZ6.7410.1512.19-
YUV71.5140.780.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.5%
GREEN value IS 101 (39.84% from 255) = 50.5%
BLUE value IS 94 (37.11% from 255) = 47%
R=2.5%
G=50.5%
B=47%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5101940.9500.070.60175.6290.5720.78
Hex5655E5F073Cb05b15
Octal5145136137077426013325
Binary101110010110111101011111011111110010110000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05655E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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